aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Jordan Danford <jordandanford@gmail.com>2017-03-09 10:41:49 -0700
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-09 21:20:06 +0100
commit24fdb49e30895339470364725a76e7f785809b39 (patch)
tree34fff058fd80c231473e9545c0beab7b9e9328df
parent1442aa71e5d0cb408bcd360f39e35deb2e734746 (diff)
downloadaskama-24fdb49e30895339470364725a76e7f785809b39.tar.gz
askama-24fdb49e30895339470364725a76e7f785809b39.tar.bz2
askama-24fdb49e30895339470364725a76e7f785809b39.zip
Change preposition in "Variables" section of docs
Changed "of the template context" to "to the template context"
-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
//!