aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askama/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama/src/lib.rs b/askama/src/lib.rs
index 1427854..e70194b 100644
--- a/askama/src/lib.rs
+++ b/askama/src/lib.rs
@@ -52,7 +52,7 @@
//! For example, `{{ name }}` will get the ``name`` field from the template
//! context,
//! while `{{ user.name }}` will get the ``name`` field of the ``user``
-//! field of the template context.
+//! field from the template context.
//!
//! ## Filters
//!