Skip to content

Commit 92d8826

Browse files
committed
Auto merge of #11300 - DAmNRelentless:patch-1, r=ehuss
Fix singular verb in tests page The word "compile" refers to the "code samples" which is plural.
2 parents 7e484fc + fea7d79 commit 92d8826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/guide/tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This will run any test with `foo` in its name.
3333

3434
`cargo test` runs additional checks as well. It will compile any examples
3535
you’ve included to ensure they still compile. It also runs documentation
36-
tests to ensure your code samples from documentation comments compiles.
36+
tests to ensure your code samples from documentation comments compile.
3737
Please see the [testing guide][testing] in the Rust documentation for a general
3838
view of writing and organizing tests. See [Cargo Targets: Tests] to learn more
3939
about different styles of tests in Cargo.

0 commit comments

Comments
 (0)