Skip to content

Commit f56a478

Browse files
committed
book: Fix spacing in testing section
1 parent 30fc4b7 commit f56a478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ some known arguments and compare it to the expected output.
221221

222222
# The `ignore` attribute
223223

224-
Sometimes a few specific tests can be very time-consuming to execute. These
224+
Sometimes a few specific tests can be very time-consuming to execute. These
225225
can be disabled by default by using the `ignore` attribute:
226226

227227
```rust

0 commit comments

Comments
 (0)