We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e731de5 commit ad03ec4Copy full SHA for ad03ec4
src/tests/adding.md
@@ -9,7 +9,7 @@ To add a new test, the first thing you generally do is to create a
9
file, typically a Rust source file. Test files have a particular
10
structure:
11
12
-- then they should have some kind of
+- They should have some kind of
13
[comment explaining what the test is about](#explanatory_comment);
14
- next, they can have one or more [header commands](#header_commands), which
15
are special comments that the test interpreter knows how to interpret.
0 commit comments