Skip to content

Commit a0f453e

Browse files
mchinatangkay-kim
authored andcommitted
Change name to item.
1 parent 4a6b7d0 commit a0f453e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/driver-example-query-50.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.. class:: copyable-code
77
.. code-block:: javascript
88
9-
db.inventory.find( { status: "A" }, { name: 1, status: 1, instock: { $slice: -1 } } )
9+
db.inventory.find( { status: "A" }, { item: 1, status: 1, instock: { $slice: -1 } } )
1010
1111
- id: python
1212
content: |

0 commit comments

Comments
 (0)