From f597d647fbafd4023fdddfbb1016b071a9026f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Fri, 14 Dec 2012 17:53:21 -0500 Subject: [PATCH] Another minor correction on getting started page --- source/tutorial/getting-started.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/getting-started.txt b/source/tutorial/getting-started.txt index bdce67050af..80c3f3f53dd 100644 --- a/source/tutorial/getting-started.txt +++ b/source/tutorial/getting-started.txt @@ -177,7 +177,7 @@ Insert Individual Documents db.things.find() - This operation returns the returns the following results. The :doc:`ObjectId + This operation returns the following results. The :doc:`ObjectId ` values will be unique: .. code-block:: javascript