diff --git a/src/doc/trpl/testing.md b/src/doc/trpl/testing.md index 9143d10cfa1b..2911cf60375f 100644 --- a/src/doc/trpl/testing.md +++ b/src/doc/trpl/testing.md @@ -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