We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e691e18 commit daf6fd3Copy full SHA for daf6fd3
src/doc/src/guide/tests.md
@@ -32,7 +32,7 @@ $ cargo test foo
32
This will run any test with `foo` in its name.
33
34
`cargo test` runs additional checks as well. It will compile any examples
35
-you’ve included to ensure they are still compiles. It also run documentation
+you’ve included to ensure they still compile. It also runs documentation
36
tests to ensure your code samples from documentation comments compiles.
37
Please see the [testing guide][testing] in the Rust documentation for a general
38
view of writing and organizing tests. See [Cargo Targets: Tests] to learn more
0 commit comments