Skip to content

Commit 2733d74

Browse files
committed
Minor fixes
1 parent d2b06c9 commit 2733d74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/reference/reference_lua/box_info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ variables.
3232
(same as :ref:`read_only <cfg_basic-read_only>` in ``box.cfg{}``),
3333
or if status is 'orphan'.
3434
* **ro_reason** is ``nil`` if the instance is in writable mode.
35-
When the field is not ``nil``, it contains a reason why the instance is read-only.
35+
When the field is not ``nil``, it contains the reason why the instance is read-only.
3636
Possible error reasons: ``election``, ``synchro``, ``config``, and ``orphan``
3737
(see :ref:`box.info.ro_reason <box_info_ro-reason>` for details).
3838
* **signature** is the sum of all ``lsn`` values from each :ref:`vector clock <replication-vector>`

doc/reference/reference_lua/box_info/ro_reason.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ box.info.ro_reason
1111
Since :doc:`2.10.0 </release/2.10.0>`.
1212
Show the current mode of an instance (writable or read-only).
1313
Contains ``nil`` if the instance is in writable mode.
14-
When the field is not ``nil``, it reports a reason why the instance is read-only.
14+
When the field is not ``nil``, reports the reason why the instance is read-only.
1515

1616
Possible error reasons:
1717

18-
* ``election`` -- the instance is not a leader.
18+
* ``election`` -- the instance is not the leader.
1919
That is, ``box.cfg.election_mode`` is not ``off``.
2020
See :ref:`box.info.election <box_info_election>` for details.
2121

0 commit comments

Comments
 (0)