Skip to content

Commit d14d802

Browse files
authored
Add missing line break (#2970)
Resolves #2958
1 parent 87a5249 commit d14d802

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

doc/book/box/engines/vinyl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ LSM tree:
139139
* DELETE
140140
* UPSERT
141141

142-
* Every statement is marked by LSN Append-only files, garbage is collected after
143-
a checkpoint
142+
* Every statement is marked by LSN
143+
* Append-only files, garbage is collected after a checkpoint
144144
* Transactional log of all filesystem changes: vylog
145145

146146
For example, an element corresponding to an insertion operation has, apart from

locale/ru/LC_MESSAGES/book/box/engines/vinyl.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,14 @@ msgid "UPSERT"
266266
msgstr "UPSERT"
267267

268268
msgid ""
269-
"Every statement is marked by LSN Append-only files, garbage is collected "
270-
"after a checkpoint"
269+
"Every statement is marked by LSN"
271270
msgstr ""
272-
"Для каждого оператора назначается LSN Обновление файлов происходит только "
271+
"Для каждого оператора назначается LSN"
272+
273+
msgid ""
274+
"Append-only files, garbage is collected "
275+
"after a checkpoint"
276+
msgstr "Обновление файлов происходит только "
273277
"путем присоединения новых записей, сборка мусора проводится после "
274278
"контрольной точки"
275279

0 commit comments

Comments
 (0)