Skip to content
Snippets Groups Projects
Commit a5e7d947 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Make the description of splice field less ambiguous.

parent 67302711
No related branches found
No related tags found
No related merge requests found
...@@ -299,7 +299,7 @@ Tarantool/Box IPROTO protocol. ...@@ -299,7 +299,7 @@ Tarantool/Box IPROTO protocol.
; It's an error to specify an argument of a type that ; It's an error to specify an argument of a type that
; differs from expected type. ; differs from expected type.
; ;
<op_arg> ::= <field> <op_arg> ::= <field> | <op_arg_splice>
; For simple operations <op_arg> field contains either a string ; For simple operations <op_arg> field contains either a string
; to assign, a number to add or subtract. ; to assign, a number to add or subtract.
...@@ -309,7 +309,7 @@ Tarantool/Box IPROTO protocol. ...@@ -309,7 +309,7 @@ Tarantool/Box IPROTO protocol.
; field data in case of splice argument contains 3 nested <field> ; field data in case of splice argument contains 3 nested <field>
; objects, which store the arguments: ; objects, which store the arguments:
<splice_field_data> ::= <offset><length><string> <op_arg_splice> ::= <int32_varint><offset><length><string>
<offset> ::= <field> <offset> ::= <field>
<length> ::= <field> <length> ::= <field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment