From 53c4edd1b2f763dcc94a0eb822d3a24f7991d95c Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Fri, 29 Jun 2012 18:11:49 +0400
Subject: [PATCH] Fix a bug in the user guide: UPDATE can not be done on the
 primary key.

---
 doc/user/language-reference.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/user/language-reference.xml b/doc/user/language-reference.xml
index a0c4e1502b..2a6c903bd1 100644
--- a/doc/user/language-reference.xml
+++ b/doc/user/language-reference.xml
@@ -78,9 +78,9 @@
     response, even if the latter arrived out of order.
   </para>
   <para>Request type defines the format of the payload.
-    INSERTs and DELETEs can only be made by the primary key, so
+    INSERTs, UPDATEs and DELETEs can only be made by the primary key, so
     an index id and key value are always present in these requests.
-    SELECTs and UPDATEs can use secondary keys. UPDATE only needs to
+    SELECTs can use secondary keys. UPDATE only needs to
     list the fields that are actually changed. With this one
     exception, all commands operate on whole tuple(s).
   </para>
-- 
GitLab