Skip to content

Commit f8dc54f

Browse files
committed
fixes gh-992 update introduction to submodule
1 parent ffcbe2f commit f8dc54f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/dev_guide/internals/box_protocol.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ MsgPack data types:
4545
* **MP_BOOL** - true or false
4646

4747
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48-
Encoding of non default types in Tarantool
48+
Encoding of Tarantool-specific data types
4949
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5050

51-
Some data types used in our database do not correspond to any type of message
52-
from MsgPack. For these data types, we use the following representation.
51+
Some of the data types used in Tarantool are application-specific in terms of the MsgPack standard.
52+
For these data types, we use the following representation.
5353

5454
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5555
Decimals

0 commit comments

Comments
 (0)