book: Fix spacing in testing section

This commit is contained in:
Adam Crume 2015-08-24 21:52:33 -07:00
parent 30fc4b765c
commit f56a478377

View file

@ -221,7 +221,7 @@ some known arguments and compare it to the expected output.
# The `ignore` attribute
Sometimes a few specific tests can be very time-consuming to execute. These
Sometimes a few specific tests can be very time-consuming to execute. These
can be disabled by default by using the `ignore` attribute:
```rust