There's no mention of name afterwards

This commit is contained in:
Justin Abrahms 2023-07-13 10:54:21 -07:00 committed by René Kijewski
parent 9de9af4a00
commit 31e9ed52be

View File

@ -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