From 34c84cd3aa70bda66a328416675a3071b22ddc6d Mon Sep 17 00:00:00 2001 From: kay Date: Mon, 22 Oct 2012 12:51:04 -0400 Subject: [PATCH] DOCS-579 batchSize doc fix spelling --- source/reference/method/cursor.batchSize.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/method/cursor.batchSize.txt b/source/reference/method/cursor.batchSize.txt index f5325c81a7d..698ac87b796 100644 --- a/source/reference/method/cursor.batchSize.txt +++ b/source/reference/method/cursor.batchSize.txt @@ -36,6 +36,6 @@ cursor.batchSize() This operation will set the batch size for the results of a query (i.e. :method:`find() `) to ``10``. The - effects of this operation do not effect the output in the + effects of this operation do not affect the output in the :program:`mongo` shell, which always iterates over the first 20 documents.