Skip to content

Commit 545cd1b

Browse files
tshepangbugadani
andauthored
accept review suggestion
Co-authored-by: Dániel Buga <[email protected]>
1 parent 976aea3 commit 545cd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/templates/STYLE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Askama templates support quite sophisticated control flow. To keep our templates
3232
simple and understandable, we use only a subset: `if` and `for`. In particular
3333
we avoid [assignments in the template logic][assignments] and [Askama
3434
macros][macros]. This also may make things easier if we switch to a different
35-
Jinja-style template system in future.
35+
Jinja-style template system in the future.
3636

3737
[assignments]: https://djc.github.io/askama/template_syntax.html#assignments
3838
[macros]: https://djc.github.io/askama/template_syntax.html#macros

0 commit comments

Comments
 (0)