Skip to content

Commit 388e126

Browse files
authored
Fixed json format in quick_tour.md (mongodb#730)
1 parent aaa2115 commit 388e126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/reference/content/getting_started/quick_tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The example should print the following document:
163163

164164
```json
165165
{
166-
"_id": ObjectId("551582c558c7b4fbacf16735") },
166+
"_id": ObjectId("551582c558c7b4fbacf16735"),
167167
"name": "MongoDB",
168168
"type": "database",
169169
"count": 1,

0 commit comments

Comments
 (0)