Skip to content

Commit

Permalink
Fix incorrect plural typo in tests page
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt authored Oct 27, 2022
1 parent 1985caf commit fea7d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/guide/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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 still compile. It also runs documentation
tests to ensure your code samples from documentation comments compiles.
tests to ensure your code samples from documentation comments compile.
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
about different styles of tests in Cargo.
Expand Down

0 comments on commit fea7d79

Please sign in to comment.