summaryrefslogtreecommitdiffstats
path: root/googlemock/README.md
diff options
context:
space:
mode:
authorkeshavgbpecdelhi <56075233+keshavgbpecdelhi@users.noreply.github.com>2020-05-01 06:54:32 (GMT)
committerGitHub <noreply@github.com>2020-05-01 06:54:32 (GMT)
commit4bab55dc54b4686428b6646a952977e6f10d1613 (patch)
tree40b2923af1d4d25450e6fc078b9e7d0e9ff7f0c4 /googlemock/README.md
parentdcc92d0ab6c4ce022162a23566d44f673251eee4 (diff)
downloadgoogletest-4bab55dc54b4686428b6646a952977e6f10d1613.zip
googletest-4bab55dc54b4686428b6646a952977e6f10d1613.tar.gz
googletest-4bab55dc54b4686428b6646a952977e6f10d1613.tar.bz2
Removed a typo in README.md refs/pull/2830/head
There is an unnecessary comma before 'and'
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 183fdb8..bfadd68 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -9,7 +9,7 @@ It is inspired by:
* [jMock](http://www.jmock.org/),
* [EasyMock](http://www.easymock.org/), and
-* [Hamcrest](http://code.google.com/p/hamcrest/),
+* [Hamcrest](http://code.google.com/p/hamcrest/)
and designed with C++'s specifics in mind.