From fa40a1621a83e21c3762163c28d8e013e5f0527e Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Mon, 16 Feb 2015 19:30:28 +0300 Subject: [PATCH] add missing commas --- source/core/index-single.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/core/index-single.txt b/source/core/index-single.txt index f59309b9acb..cd801d323f0 100644 --- a/source/core/index-single.txt +++ b/source/core/index-single.txt @@ -29,7 +29,7 @@ Given the following document in the ``friends`` collection: .. code-block:: javascript { "_id" : ObjectId(...), - "name" : "Alice" + "name" : "Alice", "age" : 27 } @@ -99,8 +99,8 @@ the following example document: .. code-block:: javascript - {"_id": ObjectId(...) - "name": "John Doe" + {"_id": ObjectId(...), + "name": "John Doe", "address": { "street": "Main", "zipcode": "53511",