diff options
author | lipk <lipkab@zoho.com> | 2017-05-30 17:29:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-30 17:29:32 +0200 |
commit | dca9d5fc51ec619ff368233a85c9266d03fdd338 (patch) | |
tree | 03b9f3508043f7661e792c0ad8ab9e554703dbdf | |
parent | 42bc671f47b122fad36db5eccbc06868afdf7862 (diff) | |
download | googletest-dca9d5fc51ec619ff368233a85c9266d03fdd338.tar.gz googletest-dca9d5fc51ec619ff368233a85c9266d03fdd338.tar.bz2 googletest-dca9d5fc51ec619ff368233a85c9266d03fdd338.zip |
Remove unnecessary 'the'.
-rw-r--r-- | googletest/docs/AdvancedGuide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/AdvancedGuide.md b/googletest/docs/AdvancedGuide.md index 93a65200..1fa0af90 100644 --- a/googletest/docs/AdvancedGuide.md +++ b/googletest/docs/AdvancedGuide.md @@ -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();` | |:-------------| |