From 24fdb49e30895339470364725a76e7f785809b39 Mon Sep 17 00:00:00 2001 From: Jordan Danford Date: Thu, 9 Mar 2017 10:41:49 -0700 Subject: Change preposition in "Variables" section of docs Changed "of the template context" to "to the template context" --- askama/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 //! -- cgit