Skip to content
Snippets Groups Projects
Commit f15c8d52 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix a typo in the manual.

parent 5f02da2d
No related branches found
No related tags found
No related merge requests found
......@@ -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'}
...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment