aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askama_shared/src/filters/yaml.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_shared/src/filters/yaml.rs b/askama_shared/src/filters/yaml.rs
index a6059b7..d71e630 100644
--- a/askama_shared/src/filters/yaml.rs
+++ b/askama_shared/src/filters/yaml.rs
@@ -2,7 +2,7 @@ use crate::error::{Error, Result};
use askama_escape::{Escaper, MarkupDisplay};
use serde::Serialize;
-/// Serialize to JSON (requires `serde_json` feature)
+/// Serialize to YAML (requires `serde_yaml` feature)
///
/// ## Errors
///