Skip to content

Commit e76dd70

Browse files
committed
Fix syntax
1 parent e370bc5 commit e76dd70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/reference/reference_lua/box_space.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ such as id, and whether or not a space is enabled.
3232

3333
- initiate named operations on spaces that do not exceed 10000 tuples OR
3434
- initiate named operations when the node is not under any load;
35-
- instead of the space format change operation, perform the :ref:`box_space-upgrade` operation.
35+
- instead of the ``space_object:format()`` operation, perform the :ref:`box_space-upgrade` operation.
3636

3737
Safe exceptions for named operations are:
3838

@@ -59,7 +59,7 @@ such as id, and whether or not a space is enabled.
5959

6060
- initiate named operations on spaces that do not exceed 10000 tuples OR
6161
- initiate named operations when the node is not under any load;
62-
- instead of the space format change operation, perform the :ref:`box_space-upgrade` operation.
62+
- instead of the ``space_object:format()`` operation, perform the :ref:`box_space-upgrade` operation.
6363

6464
Safe exceptions for named operations are:
6565
- changing indexed field type to a more generic one («unsigned» to «number», «decimal» to «scalar»);

doc/reference/reference_lua/box_space/format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ space_object:format()
2929

3030
- initiate the ``space_object:format()`` operation on spaces that do not exceed 10000 tuples OR
3131
- initiate the ``space_object:format()`` operation when the node is not under any load;
32-
- instead of the space format change operation, perform the :ref:`box_space-upgrade` operation.
32+
- instead of the ``space_object:format()`` operation, perform the :ref:`box_space-upgrade` operation.
3333

3434
Safe exception for the ``space_object:format()`` operation is:
3535

@@ -50,7 +50,7 @@ space_object:format()
5050

5151
- initiate the ``space_object:format()`` operation on spaces that do not exceed 10000 tuples OR
5252
- initiate the ``space_object:format()`` operation when the node is not under any load;
53-
- instead of the space format change operation, perform the :ref:`box_space-upgrade` operation.
53+
- instead of the ``space_object:format()`` operation, perform the :ref:`box_space-upgrade` operation.
5454

5555
Safe exception for the ``space_object:format()`` operation is:
5656

0 commit comments

Comments
 (0)