From f15c8d526637f8098c48761395965549c7868069 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Thu, 4 Oct 2012 15:03:11 +0400
Subject: [PATCH] Fix a typo in the manual.

---
 doc/user/stored-procedures.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/user/stored-procedures.xml b/doc/user/stored-procedures.xml
index 29d251f130..79b2ff32fa 100644
--- a/doc/user/stored-procedures.xml
+++ b/doc/user/stored-procedures.xml
@@ -852,7 +852,7 @@ lua box.dostring('local f = function(key) t=box.select(0, 0, key); if t ~= nil t
 ---
  - 1: {'I am a duplicate'}
 ...
-localhost> lua box.auto_increment(2, "I am a duplicate")
+localhost> lua box.auto_increment(0, "I am a duplicate")
 ---
  - 2: {'I am a duplicate'}
 ...
-- 
GitLab