Skip to content

Commit 513b70b

Browse files
author
Vladimir I
committed
Fix gh-866 feedback: Триггеры
Fixed a minor typo with dot instead of semicolon in a list.
1 parent fd78596 commit 513b70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/1.10/book/box/triggers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To get a list of triggers, you can use:
7373
* on_connect() – with no arguments – to return a table of all connect-trigger functions;
7474
* on_auth() to return all authentication-trigger functions;
7575
* on_disconnect() to return all disconnect-trigger functions;
76-
* on_replace() to return all replace-trigger functions made for on_replace().
76+
* on_replace() to return all replace-trigger functions made for on_replace();
7777
* before_replace() to return all replace-trigger functions made for before_replace().
7878

7979
**Example**

0 commit comments

Comments
 (0)