Skip to content

Commit f95fe6a

Browse files
committed
Fix list
1 parent 8b8377e commit f95fe6a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/reference/internals/iproto/requests.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -145,19 +145,6 @@ Code: -1.
145145
An unknown request type. The constant is used to override the handler of unknown IPROTO request types.
146146
Learn more: :ref:`box.iproto.override() <reference_lua-box_iproto_override>` and :ref:`box_iproto_override <box_box_iproto_override>`.
147147

148-
.. _internals-iproto-insert-arrow:
149-
150-
IPROTO_INSERT_ARROW
151-
-------------------
152-
153-
Since version :doc:`3.3.0 </release/3.3.0>`.
154-
155-
Code: 0x11
156-
The body is a 2-item map:
157-
158-
.. raw:: html
159-
:file: images/iproto_insert_arrow.svg
160-
161148
.. _box_protocol-select:
162149

163150
IPROTO_SELECT
@@ -408,6 +395,19 @@ are the same, but the LSN must be increased because a data-change
408395
must be recorded.
409396
The body is: nothing.
410397

398+
.. _internals-iproto-insert-arrow:
399+
400+
IPROTO_INSERT_ARROW
401+
-------------------
402+
403+
Since version :doc:`3.3.0 </release/3.3.0>`.
404+
405+
Code: 0x11
406+
The body is a 2-item map:
407+
408+
.. raw:: html
409+
:file: images/iproto_insert_arrow.svg
410+
411411

412412
.. _box_protocol-ping:
413413

0 commit comments

Comments
 (0)