diff options
Diffstat (limited to 'book')
-rw-r--r-- | book/src/configuration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 2311e7d..740160b 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -105,8 +105,8 @@ The following keys can currently be used to customize template syntax: * `expr_start`, defaults to `{{` * `expr_end`, defaults to `}}` -Values must be 2 characters long and start delimiters must all start with the same -character. If a key is omitted, the value from the default syntax is used. +Values must be at least two characters long. +If a key is omitted, the value from the default syntax is used. Here is an example of a custom escaper: |