From 03cc3d84641a44fdcfc099ac19ebd2f82b79c3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Thu, 3 Jan 2013 21:10:48 -0500 Subject: [PATCH] Minor correction on Getting started tutorial --- 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 80c3f3f53dd..041f3e5a26e 100644 --- a/source/tutorial/getting-started.txt +++ b/source/tutorial/getting-started.txt @@ -261,7 +261,7 @@ iterate over the remaining results. This prevents :program:`mongo` from displaying thousands or millions of results at once. The ``it`` operation allows you to iterate over the next 20 results in -the shell the next 20 results. In the :ref:`previous procedure +the shell. In the :ref:`previous procedure `, the cursor only contained two more documents, and so only two more documents displayed.