Skip to content

Commit ad03ec4

Browse files
authored
Write in English
1 parent e731de5 commit ad03ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/adding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To add a new test, the first thing you generally do is to create a
99
file, typically a Rust source file. Test files have a particular
1010
structure:
1111

12-
- then they should have some kind of
12+
- They should have some kind of
1313
[comment explaining what the test is about](#explanatory_comment);
1414
- next, they can have one or more [header commands](#header_commands), which
1515
are special comments that the test interpreter knows how to interpret.

0 commit comments

Comments
 (0)