Skip to content

Commit e13077f

Browse files
committed
book: whitespace
1 parent 0adda45 commit e13077f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ $ rustdoc --test path/to/my/crate/root.rs
382382
$ cargo test
383383
```
384384

385-
That's right, `cargo test` tests embedded documentation too. However,
385+
That's right, `cargo test` tests embedded documentation too. However,
386386
`cargo test` will not test binary crates, only library ones. This is
387387
due to the way `rustdoc` works: it links against the library to be tested,
388388
but with a binary, there’s nothing to link to.

0 commit comments

Comments
 (0)