diff options
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/README.md b/googlemock/README.md index 7efc068..f0ea6a0 100644 --- a/googlemock/README.md +++ b/googlemock/README.md @@ -35,7 +35,7 @@ We hope you find it useful! * Does automatic verification of expectations (no record-and-replay needed). * Allows arbitrary (partial) ordering constraints on function calls to be expressed,. - * Lets a user extend it by defining new matchers and actions. + * Lets an user extend it by defining new matchers and actions. * Does not use exceptions. * Is easy to learn and use. |