aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/README.md
diff options
context:
space:
mode:
authorBilly Donahue <BillyDonahue@users.noreply.github.com>2015-11-30 13:49:47 -0500
committerBilly Donahue <BillyDonahue@users.noreply.github.com>2015-11-30 13:49:47 -0500
commitccd0f94e821799793f32780f29b18786eeebe456 (patch)
treedec5f1ba930d2c772c492a7269782527861c5880 /googlemock/README.md
parentffce1a857856dad49037bf92595729ba9d462b42 (diff)
parent30846f31c5e5d871028b17e543e5b956d6887d56 (diff)
downloadgoogletest-ccd0f94e821799793f32780f29b18786eeebe456.tar.gz
googletest-ccd0f94e821799793f32780f29b18786eeebe456.tar.bz2
googletest-ccd0f94e821799793f32780f29b18786eeebe456.zip
Merge pull request #592 from Ferenc-/master
Fix typo in googlemock/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 5456df6e..332beab3 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -78,7 +78,7 @@ posting a question on the
Google Mock is not a testing framework itself. Instead, it needs a
testing framework for writing tests. Google Mock works seamlessly
-with [Google Test](http://code.google.com/p/googletest/), butj
+with [Google Test](http://code.google.com/p/googletest/), but
you can also use it with [any C++ testing framework](googlemock/ForDummies.md#Using_Google_Mock_with_Any_Testing_Framework).
### Requirements for End Users ###