fix typos

This commit is contained in:
Hyuk Myeong
2021-06-13 19:50:40 +09:00
parent e2239ee604
commit 1745a405eb
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