Skip to content

Commit ce8e2e5

Browse files
jon-e-pizzakay-kim
authored andcommitted
Fixing the initial insert query
Signed-off-by: kay <[email protected]>
1 parent d1b8306 commit ce8e2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/query-arrays.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ populate the ``inventory`` collection, run the following in the
2626
{ item: "mat", qty: 85, tags: ["gray"], dim_cm: [ 27.9, 35.5 ] },
2727
{ item: "mousepad", qty: 25, tags: ["gel", "blue"], dim_cm: [ 19, 22.85 ] },
2828
{ item: "notebook", qty: 50, tags: ["red", "blank"], dim_cm: [ 14, 21 ] },
29-
{ item: "paper", qty: 100, tags: "red", "blank", "A3", dim_cm: [ 14, 21 ] },
29+
{ item: "paper", qty: 100, tags: ["red", "blank", "A3"], dim_cm: [ 14, 21 ] },
3030
{ item: "planner", qty: 75, tags: [ "blank", "red"], dim_cm: [ 22.85, 30 ] },
3131
{ item: "postcard", qty: 45, tags: ["blue"], dim_cm: [ 10, 15.25 ] },
3232
{ item: "sketchbook", qty: 80, tags: ["heavy weight", "acid-free"], dim_cm: [ 14, 21 ] },

0 commit comments

Comments
 (0)