aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 a4e4c27..cd09a6b 100644
--- a/askama/src/lib.rs
+++ b/askama/src/lib.rs
@@ -327,7 +327,7 @@
//! ```
//!
//! That is, a `match` block can optionally contain some whitespace (but
-//! no other literal content), followed by a number of `when` blocks and
+//! no other literal content), followed by a number of `when` blocks
//! and an optional `else` block. Each `when` block must name a list of
//! matches (`(val)`), optionally introduced with a variant name. The
//! `else` block is equivalent to matching on `_` (matching anything).