Merge pull request #3443 from hyukmyeong:typo

PiperOrigin-RevId: 380705469
This commit is contained in:
dinord
2021-06-22 13:30:42 +00:00
7 changed files with 17 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ When building GoogleTest as a standalone project, the typical workflow starts
with
```
git clone https://github.com/google/googletest.git -b release-1.10.0
git clone https://github.com/google/googletest.git -b release-1.11.0
cd googletest # Main directory of the cloned repository.
mkdir build # Create a directory to hold the build output.
cd build