about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorDale Wijnand <344610+dwijnand@users.noreply.github.com>2018-09-07 11:47:56 +0100
committerGitHub <noreply@github.com>2018-09-07 11:47:56 +0100
commit91fee4d0f7eafa912889eb2dabad8841c0998902 (patch)
tree440ef1ee73d57c5066b16623f8adf54bcfb9c706 /src/doc
parent11dc8e8967dff8cc5411c2125f80e4cebc77d448 (diff)
downloadrust-91fee4d0f7eafa912889eb2dabad8841c0998902.tar.gz
rust-91fee4d0f7eafa912889eb2dabad8841c0998902.zip
Write in English
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/adding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/adding.md b/src/doc/rustc-dev-guide/src/tests/adding.md
index dca224fffe5..b9f05b9dd78 100644
--- a/src/doc/rustc-dev-guide/src/tests/adding.md
+++ b/src/doc/rustc-dev-guide/src/tests/adding.md
@@ -9,7 +9,7 @@ To add a new test, the first thing you generally do is to create a
 file, typically a Rust source file. Test files have a particular
 structure:
 
-- then they should have some kind of
+- They should have some kind of
   [comment explaining what the test is about](#explanatory_comment);
 - next, they can have one or more [header commands](#header_commands), which
   are special comments that the test interpreter knows how to interpret.