diff options
author | vladlosev <vladlosev@8415998a-534a-0410-bf83-d39667b30386> | 2010-04-16 16:21:17 +0000 |
---|---|---|
committer | vladlosev <vladlosev@8415998a-534a-0410-bf83-d39667b30386> | 2010-04-16 16:21:17 +0000 |
commit | 090c4830ddf39c0468f607f0d6b629ac6b4b0e4e (patch) | |
tree | 7494e39bccbc39aba0df42ca342af9784b282a8c /README | |
parent | d19f58677bb1b842505b5856f43633a21e454828 (diff) | |
download | googletest-090c4830ddf39c0468f607f0d6b629ac6b4b0e4e.tar.gz googletest-090c4830ddf39c0468f607f0d6b629ac6b4b0e4e.tar.bz2 googletest-090c4830ddf39c0468f607f0d6b629ac6b4b0e4e.zip |
Fixes a typo in README.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -276,7 +276,7 @@ Sometimes, though, we have to make some breaking changes for the users' long-term benefits. This section describes what you'll need to do if you are upgrading from an earlier version of Google Mock. -### Upgrading from 1.2.0 or Earlier ### +### Upgrading from 1.1.0 or Earlier ### You may need to explicitly enable or disable Google Test's own TR1 tuple library. See the instructions in section "Choosing a TR1 Tuple |