From a9e64cad381634d62d66ea3915f755f0362838fb Mon Sep 17 00:00:00 2001 From: Nathan Zamecnik Date: Fri, 5 Apr 2013 15:22:38 -0300 Subject: [PATCH] Removed a misplaced 'to' --- source/tutorial/create-tailable-cursor.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/create-tailable-cursor.txt b/source/tutorial/create-tailable-cursor.txt index 3c0482c4e16..f905bb52788 100644 --- a/source/tutorial/create-tailable-cursor.txt +++ b/source/tutorial/create-tailable-cursor.txt @@ -14,7 +14,7 @@ Cursor* that remains open after the client exhausts the results in the initial cursor. Tailable cursors are conceptually equivalent to the ``tail`` Unix command with the ``-f`` option (i.e. with "follow" mode.) After clients insert new additional documents into a capped -collection, the tailable cursor will to continue to retrieve +collection, the tailable cursor will continue to retrieve documents. Use tailable cursors on capped collections with high numbers of write