Skip to content

Commit 31cf507

Browse files
committed
Auto merge of #8810 - sean-hut:remove-redundant-for-example, r=ehuss
Remove redundant "For example, "
2 parents e497e32 + 587922d commit 31cf507

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
@@ -31,7 +31,7 @@ $ cargo test foo
3131

3232
This will run any test with `foo` in its name.
3333

34-
`cargo test` runs additional checks as well. For example, it will compile any
34+
`cargo test` runs additional checks as well. It will compile any
3535
examples you’ve included and will also test the examples in your
3636
documentation. Please see the [testing guide][testing] in the Rust
3737
documentation for more details.

0 commit comments

Comments
 (0)