Skip to content

Commit 36762d9

Browse files
committed
Fix by comments
1 parent 252f98d commit 36762d9

File tree

3 files changed

+52
-55
lines changed

3 files changed

+52
-55
lines changed

doc/reference/internals/iproto/images/insert_arrow.puml renamed to doc/reference/internals/iproto/images/iproto_insert_arrow.puml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ skinparam {
77
BackgroundColor transparent
88
}
99

10-
json "**IPROTO_ARROW**" as insert_request {
10+
json "**IPROTO_INSERT_ARROW**" as insert_request {
1111
"Size": "MP_UINT",
1212
"Header": {
13-
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_ARROW",
13+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_INSERT_ARROW",
1414
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SYNC]]": "MP_UINT"
1515
},
1616
"Body": {
1717
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SPACE_ID]]": "MP_UINT",
18-
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_ARROW]]": "MP_ARROW"
18+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_INSERT_ARROW]]": "MP_ARROW"
1919
}
2020
}
2121

22-
json "**Response to IPROTO_ARROW**" as insert_response {
22+
json "**Response to IPROTO_INSERT_ARROW**" as insert_response {
2323
"Size": "MP_UINT",
2424
"Header": {
2525
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_REQUEST_TYPE]]": "IPROTO_OK",

doc/reference/internals/iproto/images/insert_arrow.svg renamed to doc/reference/internals/iproto/images/iproto_insert_arrow.svg

Lines changed: 45 additions & 45 deletions
Loading

doc/reference/internals/iproto/requests.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ 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-arrow:
148+
.. _internals-iproto-insert-arrow:
149149

150-
IPROTO_ARROW
150+
IPROTO_INSERT_ARROW
151151
-------------------
152152

153153
Since version :doc:`3.3.0 </release/3.3.0>`.
@@ -156,10 +156,7 @@ Code: 0x11
156156
The body is a 2-item map:
157157

158158
.. raw:: html
159-
:file: images/insert_arrow.svg
160-
161-
The structure of the ``IPROTO_INSERT_ARROW`` request is similar to
162-
:ref:`IPROTO_INSERT <box_protocol-insert>`.
159+
:file: images/iproto_insert_arrow.svg
163160

164161
.. _box_protocol-select:
165162

0 commit comments

Comments
 (0)