summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/config.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 0b8b737..67014ad 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -73,7 +73,8 @@ Rules can be split into lines and contain whitespace for easier readability and
73The terminating ``;`` is optional for now, but it should be used for future compatibility. 73The terminating ``;`` is optional for now, but it should be used for future compatibility.
74 74
75Rules, including comments, needs to be written in ASCII, other encodings aren't 75Rules, including comments, needs to be written in ASCII, other encodings aren't
76supported and might cause syntax errors and related issues. 76supported and might cause syntax errors and related issues like making
77all rules after non-ASCII symbols not considered for execution and silently discarded.
77 78
78Miscellaneous 79Miscellaneous
79------------- 80-------------