Skip to content

Commit dfaacf7

Browse files
committed
Fixes syntax
1 parent e8b681d commit dfaacf7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/reference/reference_lua/box_info/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ box.info.config
1313
The instance's state in regard to configuration.
1414
Note that ``box.info.config`` returns the instance's state obtained using :ref:`config:info('v2') <config_api_reference_info>`.
1515

16-
Since version :doc:`3.3.0 </release/3.3.0>`
16+
Since version :doc:`3.3.0 </release/3.3.0>`.
1717
Returns the ``hierarchy`` table, showing names of the group, replicaset, and the instance itself.
1818
These names are taken directly from the ``--name`` CLI option (or the ``TT_INSTANCE_NAME`` environment variable)
1919
and the cluster configuration. This means they are always present if the YAML configuration flow is in use,

doc/reference/reference_lua/box_info/info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ box.info()
1717
:return: keys and values in the submodule
1818
:rtype: table
1919

20-
Since version :doc:`3.3.0 </release/3.3.0>`
20+
Since version :doc:`3.3.0 </release/3.3.0>`.
2121
Returns the ``hierarchy`` table, showing names of the group, replicaset, and the instance itself.
2222
These names are taken directly from the ``--name`` CLI option (or the ``TT_INSTANCE_NAME`` environment variable)
2323
and the cluster configuration. This means they are always present if the YAML configuration flow is in use,

doc/reference/reference_lua/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ config API
161161

162162
Since version :doc:`3.3.0 </release/3.3.0>`
163163

164-
- ``hierarchy`` -- table, showing names of the group, replicaset, and the instance itself.
164+
- ``hierarchy`` -- table, showing names of the group, replicaset, and the instance itself.
165165
These names are taken directly from the ``--name`` CLI option (or the ``TT_INSTANCE_NAME`` environment variable)
166166
and the cluster configuration. This means they are always present if the YAML configuration flow is in use,
167167
disregarding the database status (whether upgraded, writable or not).

0 commit comments

Comments
 (0)