Skip to content

Commit fb6df1a

Browse files
committed
Fix by comments
1 parent 36762d9 commit fb6df1a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/reference/internals/iproto/images/iproto_insert_arrow.svg

Lines changed: 3 additions & 3 deletions
Loading

doc/reference/internals/iproto/keys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ Available IPROTO_FEATURES are the following:
492492
:ref:`IPROTO_UNWATCH <box_protocol-unwatch>`, and :ref:`IPROTO_EVENT <box_protocol-event>` commands.
493493

494494
- ``IPROTO_FEATURE_INSERT_ARROW = 12`` -- support of data insertion in the Arrow format. Learn more
495-
about the :ref:`feature <internals-iproto-arrow>`. Available since version :doc:`3.3.0 </release/3.3.0>`.
495+
about the :ref:`feature <internals-iproto-insert-arrow>`. Available since version :doc:`3.3.0 </release/3.3.0>`.
496496

497497
.. _internals-iproto-keys-sync:
498498

doc/reference/internals/iproto/requests.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Overview
4242
- -1 |br| MP_UINT
4343
- An unknown request type
4444

45-
* - :ref:`IPROTO_INSERT_ARROW <internals-iproto-arrow>`
45+
* - :ref:`IPROTO_INSERT_ARROW <internals-iproto-insert-arrow>`
4646
- 0x11
47-
- Insert Arrow data request. Available since
47+
- Iproto Insert Arrow data request. Available since
4848
version :doc:`3.3.0 </release/3.3.0>`.
4949

5050
* - :ref:`IPROTO_SELECT <box_protocol-select>`

0 commit comments

Comments
 (0)