aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d8632ae8..30c8d890 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -98,8 +98,8 @@ This section discusses how to make your own changes to the Google Test project.
### Testing Google Test and Google Mock Themselves
To make sure your changes work as intended and don't break existing
-functionality, you'll want to compile and run Google Test and GoogleMock's
-own tests. For that you can use CMake:
+functionality, you'll want to compile and run Google Test and GoogleMock's own
+tests. For that you can use CMake:
mkdir mybuild
cd mybuild
@@ -118,8 +118,8 @@ explicitly where your Python executable can be found:
cmake -DPYTHON_EXECUTABLE=path/to/python ...
-Next, you can build Google Test and / or Google Mock and all desired tests.
-On \*nix, this is usually done by
+Next, you can build Google Test and / or Google Mock and all desired tests. On
+\*nix, this is usually done by
make