Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/src/guide/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ cargo test foo
This will run any test with `foo` in its name.

`cargo test` runs additional checks as well. It will compile any examples
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
tests to ensure your code samples from documentation comments compiles.
Please see the [testing guide][testing] in the Rust documentation for a general
view of writing and organizing tests. See [Cargo Targets: Tests] to learn more
Expand Down