Skip to content

Commit 349658a

Browse files
xuniqlenkis
andauthored
Apply suggestions from code review
Co-authored-by: Elena Shebunyaeva <[email protected]>
1 parent 2534ce2 commit 349658a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/reference/reference_lua/box_once.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Function box.once
2525

2626
:param string key: a value that will be checked
2727
:param function function: a function
28-
:param ...: arguments that must be passed to function
28+
:param ...: arguments that must be passed to the function
2929

3030
.. NOTE::
3131

doc/reference/reference_lua/box_space/_schema.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ box.space._schema
1212
This space contains the following tuples:
1313

1414
* ``version``: version information for this Tarantool instance.
15-
* ``replicaset_name`` (since :doc:`3.0.0 <release/3.0.0>`): the name of a replica set to which this instance belongs.
15+
* ``replicaset_name`` (since :doc:`3.0.0 <release/3.0.0>`): the name of the replica set to which this instance belongs.
1616
* ``replicaset_uuid`` (since :doc:`3.0.0 <release/3.0.0>`): the instance's replica set UUID. In version :doc:`3.0.0 <release/3.0.0>`,
1717
the field was renamed from ``cluster`` to ``replicaset_uuid``.
1818
* ``max_id`` (deprecated since `2.11.1 <https://github.com/tarantool/tarantool/releases/tag/2.11.1>`__): the maximal space ID.

0 commit comments

Comments
 (0)