From 11319f1c6349ca7cebab40315af0557a11bc9aa3 Mon Sep 17 00:00:00 2001 From: Jerry Turcios Date: Wed, 31 Oct 2018 12:56:21 -0400 Subject: Correct grammatical error in README.md --- googlemock/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googlemock/README.md b/googlemock/README.md index fced671..b18be27 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 an user extend it by defining new matchers and actions. + * Lets a user extend it by defining new matchers and actions. * Does not use exceptions. * Is easy to learn and use. -- cgit v0.12