aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/README.md
diff options
context:
space:
mode:
authorJerry Turcios <jerryturcios08@gmail.com>2018-10-31 12:56:21 -0400
committerJerry Turcios <jerryturcios08@gmail.com>2018-10-31 12:56:21 -0400
commit11319f1c6349ca7cebab40315af0557a11bc9aa3 (patch)
tree8eedfda27c3266c10207fdcf1fb822e4ae6306ce /googlemock/README.md
parentd1beec4023b581e9454cbafd2a0c3ca235dde95b (diff)
downloadgoogletest-11319f1c6349ca7cebab40315af0557a11bc9aa3.tar.gz
googletest-11319f1c6349ca7cebab40315af0557a11bc9aa3.tar.bz2
googletest-11319f1c6349ca7cebab40315af0557a11bc9aa3.zip
Correct grammatical error in README.md
Diffstat (limited to 'googlemock/README.md')
-rw-r--r--googlemock/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index fced671c..b18be27b 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.