Skip to content

Commit fef785a

Browse files
committed
Auto merge of #11208 - tshepang:patch-1, r=epage
docs: fix
2 parents e691e18 + daf6fd3 commit fef785a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/guide/tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ cargo test foo
3232
This will run any test with `foo` in its name.
3333

3434
`cargo test` runs additional checks as well. It will compile any examples
35-
you’ve included to ensure they are still compiles. It also run documentation
35+
you’ve included to ensure they still compile. It also runs documentation
3636
tests to ensure your code samples from documentation comments compiles.
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

0 commit comments

Comments
 (0)