Commit ffef644
authored
Corrected saveObjects call example (#702)
The provided example used a single dimensional array as an argument for the `saveObjects()` method.
As saveObjects saves an array of objects, it generated an error.
I updated the example to use a single `saveObject()` method, which I find easier to understand as a beginner than a two-dimensional array argument for `saveObjects()`1 parent 8d78421 commit ffef644
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments