Skip to content

Commit 3fa5b7c

Browse files
authored
fixes gh-1932 fix broken example in uuid.rst (#2026)
1 parent 44e58dd commit 3fa5b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/reference_lua/uuid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Below is list of all ``uuid`` functions and members.
7272

7373
.. code-block:: tarantoolsession
7474
75-
tarantool> box.space.test:create_index("pk", {parts={field = 1, type = 'uuid'}})
75+
tarantool> box.space.test:create_index("pk", {parts={{field = 1, type = 'uuid'}}})
7676
7777
Now you can insert uuids into the space:
7878

0 commit comments

Comments
 (0)