Remove unnecessary 'the'.

This commit is contained in:
lipk 2017-05-30 17:29:32 +02:00 committed by GitHub
parent 42bc671f47
commit dca9d5fc51

View File

@ -15,7 +15,7 @@ assertions.
These three assertions do not actually test a value or expression. Instead,
they generate a success or failure directly. Like the macros that actually
perform a test, you may stream a custom failure message into the them.
perform a test, you may stream a custom failure message into them.
| `SUCCEED();` |
|:-------------|