File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Any given tuple may have any number of fields, and the fields may be of
49
49
different :ref: `types <index-box_data-types >`.
50
50
The identifier of a field is the field's number, base 1
51
51
(in Lua and other 1-based languages) or base 0 (in PHP or C/C++).
52
- For example, “1” or "0" can be used in some contexts to refer to the first
52
+ For example, `` 1 `` or `` 0 `` can be used in some contexts to refer to the first
53
53
field of a tuple.
54
54
55
55
Tuples in Tarantool are stored as
Original file line number Diff line number Diff line change @@ -22677,12 +22677,12 @@ msgstr "полям не нужны имена."
22677
22677
msgid ""
22678
22678
"Any given tuple may have any number of fields, and the fields may be of different :ref:"
22679
22679
"`types <index-box_data-types>`. The identifier of a field is the field's number, base 1 (in "
22680
- "Lua and other 1-based languages) or base 0 (in PHP or C/C++). For example, “1” or \"0\" can "
22680
+ "Lua and other 1-based languages) or base 0 (in PHP or C/C++). For example, ``1`` or ``0`` can "
22681
22681
"be used in some contexts to refer to the first field of a tuple."
22682
22682
msgstr ""
22683
22683
"В любом кортеже может быть любое количество полей, и это могут быть поля разных :ref:`типов "
22684
22684
"<index-box_data-types>`. Идентификатором поля является его номер, начиная с 1 (в Lua и "
22685
- "других языках с индексацией с 1) или с 0 (в PHP или C/C++). Например, “1” или \"0\" могут "
22685
+ "других языках с индексацией с 1) или с 0 (в PHP или C/C++). Например, ``1`` или ``0`` могут "
22686
22686
"использоваться в некоторых контекстах для обозначения первого поля кортежа."
22687
22687
22688
22688
#: ../doc/1.10/book/box/data_model.rst:89
You can’t perform that action at this time.
0 commit comments