From 293900c6731ad3e989c99c7fb18920f349361365 Mon Sep 17 00:00:00 2001 From: Patrick Huber Date: Wed, 26 Nov 2014 12:28:53 +0100 Subject: [PATCH] _id's second part is always the _key, right? --- Documentation/Books/Users/HttpDocument/README.mdpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Books/Users/HttpDocument/README.mdpp b/Documentation/Books/Users/HttpDocument/README.mdpp index 597789886f..5881db692e 100644 --- a/Documentation/Books/Users/HttpDocument/README.mdpp +++ b/Documentation/Books/Users/HttpDocument/README.mdpp @@ -10,7 +10,7 @@ An example document: ```js { - "_id" : "myusers/2345678", + "_id" : "myusers/3456789", "_key" : "3456789", "_rev" : "3456789", "firstName" : "Hugo",