Skip to content

Commit daf6fd3

Browse files
authored
docs: fix
1 parent e691e18 commit daf6fd3

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)