We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db62a7 commit 587922dCopy full SHA for 587922d
src/doc/src/guide/tests.md
@@ -31,7 +31,7 @@ $ cargo test foo
31
32
This will run any test with `foo` in its name.
33
34
-`cargo test` runs additional checks as well. For example, it will compile any
+`cargo test` runs additional checks as well. It will compile any
35
examples you’ve included and will also test the examples in your
36
documentation. Please see the [testing guide][testing] in the Rust
37
documentation for more details.
0 commit comments