summaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-11 00:36:29 (GMT)
committerGitHub <noreply@github.com>2017-08-11 00:36:29 (GMT)
commitcfab28d59448c06dc394327f6dadee4533786dcc (patch)
treec2e8eafc66a04c23155396ccd4ef768c5bc42474 /googlemock
parente5781865289e6d3a6e4d56f7e15efea7b7e48963 (diff)
parent854b28f199030d73dc3c879bddb79762a364d9f3 (diff)
downloadgoogletest-cfab28d59448c06dc394327f6dadee4533786dcc.zip
googletest-cfab28d59448c06dc394327f6dadee4533786dcc.tar.gz
googletest-cfab28d59448c06dc394327f6dadee4533786dcc.tar.bz2
Merge pull request #1192 from eduherminio/master
Minor style fixes
Diffstat (limited to 'googlemock')
-rw-r--r--googlemock/README.md2
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.