From fb16ab33c6249a83ef004daab4cc830aab89416b Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 9 Feb 2015 11:06:44 -0500 Subject: [PATCH] Fix grammar in create-tailable-cursor.txt --- 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 3dd8e3be4a6..a9ba0af6dff 100644 --- a/source/tutorial/create-tailable-cursor.txt +++ b/source/tutorial/create-tailable-cursor.txt @@ -49,7 +49,7 @@ Consider the following behaviors related to tailable cursors: - the query returns no match. - the cursor returns the document at the "end" of the collection and - then the application deletes those document. + then the application deletes that document. A *dead* cursor has an id of ``0``.