diff options
Diffstat (limited to 'book/src')
| -rw-r--r-- | book/src/filters.md | 4 | 
1 files 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. | 
