File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
doc/reference/reference_lua Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments