Skip to content

Commit 2534ce2

Browse files
committed
Fix codeblock formatting
1 parent 0fb0606 commit 2534ce2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/reference/reference_lua/box_once.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Function box.once
4343
First, check the ``_schema`` system space.
4444
The ``_schema`` space in the example contains two ``box.once`` objects -- ``oncebye`` and ``oncehello``:
4545

46-
.. code-block:: console
46+
.. code-block:: tarantoolsession
4747
4848
app:instance001> box.space._schema:select{}
4949
---
@@ -55,7 +55,7 @@ Function box.once
5555
5656
Delete the ``oncehello`` object:
5757

58-
.. code-block:: console
58+
.. code-block:: tarantoolsession
5959
6060
app:instance001> box.space._schema:delete('oncehello')
6161
---
@@ -64,7 +64,7 @@ Function box.once
6464
6565
After that, check the ``_schema`` space again:
6666

67-
.. code-block:: console
67+
.. code-block:: tarantoolsession
6868
6969
app:instance001> box.space._schema:select{}
7070
---
@@ -76,7 +76,7 @@ Function box.once
7676
7777
To re-execute the function, call the ``box.once()`` method again:
7878

79-
.. code-block:: console
79+
.. code-block:: tarantoolsession
8080
8181
app:instance001> box.once('hello', function() end)
8282
---

0 commit comments

Comments
 (0)