From 9af7ee7872a8a0256e6317c5481795e9a9bf3277 Mon Sep 17 00:00:00 2001 From: Seulgi Kim Date: Wed, 24 Jun 2015 10:54:37 +0900 Subject: [PATCH] Fix typo --- source/tutorial/roll-back-to-v1.8-index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/roll-back-to-v1.8-index.txt b/source/tutorial/roll-back-to-v1.8-index.txt index d084a3f553b..e4714894a5f 100644 --- a/source/tutorial/roll-back-to-v1.8-index.txt +++ b/source/tutorial/roll-back-to-v1.8-index.txt @@ -18,7 +18,7 @@ format. If you need to roll back MongoDB to a version prior to 2.0, you must *drop* and *re-create* your indexes. To build pre-2.0 indexes, use the :method:`dropIndexes() -` and :method:.createIndex() +` and :method:`createIndex() ` methods. You *cannot* simply reindex the collection. When you reindex on versions that only support ``{v:0}`` indexes, the ``v`` fields in the index definition still hold