diff options
Diffstat (limited to 'book/src')
| -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 dfe7744..75e19a7 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -68,7 +68,7 @@ pub struct SomeTemplate;  If you configure `whitespace` directly into the `template` derive proc-macro,  it will take precedence over the one in your configuration file. So in this -case, if you already set `whitespace = "minimize` into your configuration file, +case, if you already set `whitespace = "minimize"` into your configuration file,  it will be replaced by `suppress` for this template.  ## Custom syntaxes | 
