Merge pull request #1107 from lipk/patch-1

Minor grammar fix in docs.
This commit is contained in:
Gennadiy Civil 2017-07-26 15:29:54 -04:00 committed by GitHub
commit 6527ee0624

View File

@ -15,7 +15,7 @@ assertions.
These three assertions do not actually test a value or expression. Instead, These three assertions do not actually test a value or expression. Instead,
they generate a success or failure directly. Like the macros that actually 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();` | | `SUCCEED();` |
|:-------------| |:-------------|