Skip to content

Commit

Permalink
Auto merge of #11300 - DAmNRelentless:patch-1, r=ehuss
Browse files Browse the repository at this point in the history
Fix singular verb in tests page

The word "compile" refers to the "code samples" which is plural.
  • Loading branch information
bors committed Oct 27, 2022
2 parents 7e484fc + fea7d79 commit 92d8826
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 92d8826

Please sign in to comment.