From e12f5eca2eddb88d8ad5b5eef6c5268bda25a3bb Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Thu, 17 Mar 2016 17:47:28 +0100 Subject: [PATCH] Fix a typo. --- .../Books/Users/DataModeling/Documents/DocumentMethods.mdpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Books/Users/DataModeling/Documents/DocumentMethods.mdpp b/Documentation/Books/Users/DataModeling/Documents/DocumentMethods.mdpp index 034f76983d..21266373ba 100644 --- a/Documentation/Books/Users/DataModeling/Documents/DocumentMethods.mdpp +++ b/Documentation/Books/Users/DataModeling/Documents/DocumentMethods.mdpp @@ -863,7 +863,7 @@ removed. The method returns a document with the attributes *_id*, *_key* and *_rev*. The attribute *_id* contains the document handle of the removed document, the attribute *_rev* contains the document revision of -the removed eocument. +the removed document. If the selector contains a *_rev* attribute, the method first checks that the specified revision is the current revision of that document.