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 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)]