From 29b25505b496510217a39606a5f72884867ef492 Mon Sep 17 00:00:00 2001 From: Marcos Brito Date: Wed, 17 Jan 2024 21:33:24 -0300 Subject: docs: fix a typo --- book/src/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/src/configuration.md') 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 -- cgit