From db2e6a2f08d896faa2947af91caca930c06b1f16 Mon Sep 17 00:00:00 2001 From: Broono Lu Date: Wed, 15 Jan 2020 23:50:29 +0800 Subject: Remove redundant word in doc --- 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 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). -- cgit