Skip to content

Commit de7b157

Browse files
author
Vladimir I
committed
Fix gh-857 feedback: Модель данных
Fixed both Russian and English versions
1 parent e326e1e commit de7b157

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/1.10/book/box/data_model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Any given tuple may have any number of fields, and the fields may be of
4949
different :ref:`types <index-box_data-types>`.
5050
The identifier of a field is the field's number, base 1
5151
(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
5353
field of a tuple.
5454

5555
Tuples in Tarantool are stored as

locale/ru/LC_MESSAGES/doc.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22677,12 +22677,12 @@ msgstr "полям не нужны имена."
2267722677
msgid ""
2267822678
"Any given tuple may have any number of fields, and the fields may be of different :ref:"
2267922679
"`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 "
2268122681
"be used in some contexts to refer to the first field of a tuple."
2268222682
msgstr ""
2268322683
"В любом кортеже может быть любое количество полей, и это могут быть поля разных :ref:`типов "
2268422684
"<index-box_data-types>`. Идентификатором поля является его номер, начиная с 1 (в Lua и "
22685-
"других языках с индексацией с 1) или с 0 (в PHP или C/C++). Например, “1” или \"0\" могут "
22685+
"других языках с индексацией с 1) или с 0 (в PHP или C/C++). Например, ``1`` или ``0`` могут "
2268622686
"использоваться в некоторых контекстах для обозначения первого поля кортежа."
2268722687

2268822688
#: ../doc/1.10/book/box/data_model.rst:89

0 commit comments

Comments
 (0)