book: whitespace

This commit is contained in:
Tshepang Lekhonkhobe 2015-06-22 19:27:31 +02:00
parent 0adda45c04
commit e13077f7f0

View file

@ -382,7 +382,7 @@ $ rustdoc --test path/to/my/crate/root.rs
$ cargo test
```
That's right, `cargo test` tests embedded documentation too. However,
That's right, `cargo test` tests embedded documentation too. However,
`cargo test` will not test binary crates, only library ones. This is
due to the way `rustdoc` works: it links against the library to be tested,
but with a binary, theres nothing to link to.