We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b8306 commit ce8e2e5Copy full SHA for ce8e2e5
source/tutorial/query-arrays.txt
@@ -26,7 +26,7 @@ populate the ``inventory`` collection, run the following in the
26
{ item: "mat", qty: 85, tags: ["gray"], dim_cm: [ 27.9, 35.5 ] },
27
{ item: "mousepad", qty: 25, tags: ["gel", "blue"], dim_cm: [ 19, 22.85 ] },
28
{ item: "notebook", qty: 50, tags: ["red", "blank"], dim_cm: [ 14, 21 ] },
29
- { item: "paper", qty: 100, tags: "red", "blank", "A3", dim_cm: [ 14, 21 ] },
+ { item: "paper", qty: 100, tags: ["red", "blank", "A3"], dim_cm: [ 14, 21 ] },
30
{ item: "planner", qty: 75, tags: [ "blank", "red"], dim_cm: [ 22.85, 30 ] },
31
{ item: "postcard", qty: 45, tags: ["blue"], dim_cm: [ 10, 15.25 ] },
32
{ item: "sketchbook", qty: 80, tags: ["heavy weight", "acid-free"], dim_cm: [ 14, 21 ] },
0 commit comments