From 2a5a077cca7f0f26ae8a49d6472755f51a354ef4 Mon Sep 17 00:00:00 2001 From: Kseniia Antonova <73473519+xuniq@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:38:24 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Elena Shebunyaeva --- doc/reference/reference_lua/box_info/synchro.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/reference/reference_lua/box_info/synchro.rst b/doc/reference/reference_lua/box_info/synchro.rst index e63a38c88..9319e38fa 100644 --- a/doc/reference/reference_lua/box_info/synchro.rst +++ b/doc/reference/reference_lua/box_info/synchro.rst @@ -30,7 +30,7 @@ box.info.synchro When Raft election is enabled and :ref:`replication.election_mode ` is set to ``candidate``, the new Raft leader claims the queue automatically after winning the elections. It means that the value of ``box.info.synchro.queue.owner`` becomes equal to :ref:`box.info.election.leader `. - When Raft enabled, no manual intervention with ``box.ctl.promote()`` or ``box.ctl.demote()`` is required. + When Raft is enabled, no manual intervention with ``box.ctl.promote()`` or ``box.ctl.demote()`` is required. - ``term`` (since version :doc:`2.10.0 `) -- current queue term. It contains the term of the last ``PROMOTE`` request. @@ -98,13 +98,13 @@ box.info.synchro box_info_synchro:instance001> box.schema.user.grant('guest', 'super') - After that, use ``box.ctl.promote()`` function to claim the queue: + After that, use the ``box.ctl.promote()`` function to claim the queue: .. code-block:: tarantoolsession box_info_synchro:instance001> box.ctl.promote() - Create a space called ``sync`` and enable synchronous replication on this space: + Create a space named ``sync`` and enable synchronous replication on this space: .. code-block:: tarantoolsession