We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976aea3 commit 545cd1bCopy full SHA for 545cd1b
src/librustdoc/html/templates/STYLE.md
@@ -32,7 +32,7 @@ Askama templates support quite sophisticated control flow. To keep our templates
32
simple and understandable, we use only a subset: `if` and `for`. In particular
33
we avoid [assignments in the template logic][assignments] and [Askama
34
macros][macros]. This also may make things easier if we switch to a different
35
-Jinja-style template system in future.
+Jinja-style template system in the future.
36
37
[assignments]: https://djc.github.io/askama/template_syntax.html#assignments
38
[macros]: https://djc.github.io/askama/template_syntax.html#macros
0 commit comments