diff options
Diffstat (limited to '')
| -rw-r--r-- | book/src/configuration.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 740160b..dfe7744 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -116,7 +116,7 @@ path = "::tex_escape::Tex"  extensions = ["tex"]  ``` -An escaper block consists of the attributes `path` and `name`. `path` +An escaper block consists of the attributes `path` and `extensions`. `path`  contains a Rust identifier that must be in scope for templates using this  escaper. `extensions` defines a list of file extensions that will trigger  the use of that escaper. Extensions are matched in order, starting with the  | 
