From 79df9af3c4d5a7f699ebaa617a9b4057bd62667c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E8=B6=85?= Date: Thu, 23 Nov 2017 17:38:27 +0800 Subject: [PATCH] Change name to item. --- source/includes/driver-example-query-50.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/driver-example-query-50.rst b/source/includes/driver-example-query-50.rst index 3cbafdecc43..0b331525dc3 100644 --- a/source/includes/driver-example-query-50.rst +++ b/source/includes/driver-example-query-50.rst @@ -6,7 +6,7 @@ .. class:: copyable-code .. code-block:: javascript - db.inventory.find( { status: "A" }, { name: 1, status: 1, instock: { $slice: -1 } } ) + db.inventory.find( { status: "A" }, { item: 1, status: 1, instock: { $slice: -1 } } ) - id: python content: |