From c024db6a3a007e3d592d41001533df851343ed45 Mon Sep 17 00:00:00 2001 From: Fabian Würfl Date: Sat, 21 Nov 2020 11:13:42 +0100 Subject: Fix small wording issues in book --- book/src/filters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/filters.md b/book/src/filters.md index 25fbbe1..47fafdb 100644 --- a/book/src/filters.md +++ b/book/src/filters.md @@ -258,7 +258,7 @@ fn main() { ## The `json` filter -Enabling the `serde-json` filter will enable the use of the `json` filter. +Enabling the `serde-json` feature will enable the use of the `json` filter. This will output formatted JSON for any value that implements the required `Serialize` trait. @@ -271,7 +271,7 @@ This will output formatted JSON for any value that implements the required ## The `yaml` filter -Enabling the `serde-yaml` filter will enable the use of the `yaml` filter. +Enabling the `serde-yaml` feature will enable the use of the `yaml` filter. This will output formatted JSON for any value that implements the required `Serialize` trait. -- cgit