Skip to content

Commit da2d4dc

Browse files
author
Vladimir I
committed
gh-865 feedback: Триггеры
Fixed a typo with misplaced "and". Also fixed in Russian translation.
1 parent 513b70b commit da2d4dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/1.10/book/box/triggers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ There are four types of triggers in Tarantool:
1414
when a session begins or ends,
1515

1616
* :ref:`authentication triggers <box_session-on_auth>`, which are
17-
executed during authentication, and
17+
executed during authentication,
1818

1919
* :ref:`replace triggers <box_space-on_replace>`, which are for database
20-
events.
20+
events, and
2121

2222
* :ref:`transaction triggers <box-on_commit>`, which are executed
2323
during commit or rollback.

locale/ru/LC_MESSAGES/doc.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26014,16 +26014,16 @@ msgstr ""
2601426014
#: ../doc/1.10/book/box/triggers.rst:50
2601526015
msgid ""
2601626016
":ref:`authentication triggers <box_session-on_auth>`, which are executed during "
26017-
"authentication, and"
26017+
"authentication,"
2601826018
msgstr ""
2601926019
":ref:`триггеры для обработки аутентификации <box_session-on_auth>`, которые выполняются при "
26020-
"аутентификации, и"
26020+
"аутентификации,"
2602126021

2602226022
#: ../doc/1.10/book/box/triggers.rst:53
26023-
msgid ":ref:`replace triggers <box_space-on_replace>`, which are for database events."
26023+
msgid ":ref:`replace triggers <box_space-on_replace>`, which are for database events, and"
2602426024
msgstr ""
2602526025
":ref:`триггеры для обработки замены <box_space-on_replace>`, которые предназначены для "
26026-
"событий в базе данных."
26026+
"событий в базе данных, и"
2602726027

2602826028
#: ../doc/1.10/book/box/triggers.rst:56
2602926029
msgid ""

0 commit comments

Comments
 (0)