about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2023-06-28 18:34:35 +0200
committerGitHub <noreply@github.com>2023-06-28 18:34:35 +0200
commit545cd1bd5bcb62fb70e0e8e12076478cb41bdc8b (patch)
treeb69ab085cf0aa7a3f0c41540881a969daa7d7056 /src
parent976aea34eebd7f3453bfbe3380517f5831829684 (diff)
downloadrust-545cd1bd5bcb62fb70e0e8e12076478cb41bdc8b.tar.gz
rust-545cd1bd5bcb62fb70e0e8e12076478cb41bdc8b.zip
accept review suggestion
Co-authored-by: Dániel Buga <bugadani@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/templates/STYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/templates/STYLE.md b/src/librustdoc/html/templates/STYLE.md
index c573d9752ad..38aac2a60e9 100644
--- a/src/librustdoc/html/templates/STYLE.md
+++ b/src/librustdoc/html/templates/STYLE.md
@@ -32,7 +32,7 @@ Askama templates support quite sophisticated control flow. To keep our templates
 simple and understandable, we use only a subset: `if` and `for`. In particular
 we avoid [assignments in the template logic][assignments] and [Askama
 macros][macros]. This also may make things easier if we switch to a different
-Jinja-style template system in future.
+Jinja-style template system in the future.
 
 [assignments]: https://djc.github.io/askama/template_syntax.html#assignments
 [macros]: https://djc.github.io/askama/template_syntax.html#macros