From aadc4a9aa273adb92b4bd6bdd0e91818dffaa4a0 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 8 Aug 2017 12:49:16 +0200 Subject: Rewrite sentence from passive to active --- 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 ed2a6c9..8821871 100644 --- a/askama/src/lib.rs +++ b/askama/src/lib.rs @@ -207,7 +207,7 @@ //! Askama supports string literals (`"foo"`) and integer literals (`1`). //! It supports almost all binary operators that Rust supports, //! including arithmetic, comparison and logic operators. -//! The same precedence order as Rust uses is applied. +//! The parser applies the same precedence order as the Rust compiler. //! Expressions can be grouped using parentheses. #![allow(unused_imports)] -- cgit