Skip to content

Commit 587922d

Browse files
committed
Remove redundant "For example, "
Signed-off-by: Sean Hutchings <[email protected]>
1 parent 6db62a7 commit 587922d

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
@@ -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)