We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e484fc + fea7d79 commit 92d8826Copy full SHA for 92d8826
src/doc/src/guide/tests.md
@@ -33,7 +33,7 @@ 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 still compile. It also runs documentation
36
-tests to ensure your code samples from documentation comments compiles.
+tests to ensure your code samples from documentation comments compile.
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
39
about different styles of tests in Cargo.
0 commit comments