From 15df2441b9fc5243fec7c54dccca4fa104605357 Mon Sep 17 00:00:00 2001 From: Oscar Date: Tue, 29 Jan 2013 20:38:57 -0800 Subject: [PATCH] Update source/tutorial/model-data-for-keyword-search.txt fix a typo --- source/tutorial/model-data-for-keyword-search.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/model-data-for-keyword-search.txt b/source/tutorial/model-data-for-keyword-search.txt index 91b3e5b2df6..3d4ca8262a6 100644 --- a/source/tutorial/model-data-for-keyword-search.txt +++ b/source/tutorial/model-data-for-keyword-search.txt @@ -67,7 +67,7 @@ values from the array. db.volumes.findOne( { topics : "voyage" }, { title: 1 } ) -.. note:: An array with a large number many elements, such as one with +.. note:: An array with a large number of elements, such as one with several hundreds or thousands of keywords will incur greater indexing costs on insertion.