aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/README.md
diff options
context:
space:
mode:
authorEduardo Caceres <edu_kueyar@hotmail.com>2017-08-10 18:05:32 +0200
committerEduardo Caceres <edu_kueyar@hotmail.com>2017-08-10 18:05:32 +0200
commit854b28f199030d73dc3c879bddb79762a364d9f3 (patch)
tree5ca4eeaf4882b00ecafbb8e5a334ac631d1f3494 /googlemock/README.md
parent67fcf00703aab3d9736ac7d49cfefc16fe4482c3 (diff)
downloadgoogletest-854b28f199030d73dc3c879bddb79762a364d9f3.tar.gz
googletest-854b28f199030d73dc3c879bddb79762a364d9f3.tar.bz2
googletest-854b28f199030d73dc3c879bddb79762a364d9f3.zip
Minor style fixes
Typos, punctuation & broken links
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 7efc0685..f0ea6a0e 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.