diff options
author | Ferenc- <ferenc.gm@gmail.com> | 2015-09-18 22:10:55 (GMT) |
---|---|---|
committer | Ferenc- <ferenc.gm@gmail.com> | 2015-09-18 22:10:55 (GMT) |
commit | 30846f31c5e5d871028b17e543e5b956d6887d56 (patch) | |
tree | 9bdfa3dc355c3ad5052a589d6eee8e9411db4f01 /googlemock/README.md | |
parent | b16fc6a69d10c48810d69ae3416785b3c5b99784 (diff) | |
download | googletest-30846f31c5e5d871028b17e543e5b956d6887d56.zip googletest-30846f31c5e5d871028b17e543e5b956d6887d56.tar.gz googletest-30846f31c5e5d871028b17e543e5b956d6887d56.tar.bz2 |
Fix typo in googlemock/README.mdrefs/pull/592/head
Diffstat (limited to 'googlemock/README.md')
-rw-r--r-- | googlemock/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/README.md b/googlemock/README.md index 03d8955..d361354 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 ### |