@@ -27,8 +27,8 @@ The 1.13.x branch requires at least C++14.
27
27
#### Continuous Integration
28
28
29
29
We use Google's internal systems for continuous integration. \
30
- GitHub Actions were added for the convenience of open source contributors. They
31
- are exclusively maintained by the open source community and not used by the
30
+ GitHub Actions were added for the convenience of open- source contributors. They
31
+ are exclusively maintained by the open- source community and not used by the
32
32
GoogleTest team.
33
33
34
34
#### Coming Soon
@@ -83,7 +83,7 @@ More information about building GoogleTest can be found at
83
83
data types
84
84
* Various options for running tests: \
85
85
Googletest provides many options for running tests including running
86
- individual tests, running tests in a specific order, and running tests in
86
+ individual tests, running tests in a specific order and running tests in
87
87
parallel
88
88
89
89
## Supported Platforms
@@ -92,7 +92,7 @@ GoogleTest follows Google's
92
92
[ Foundational C++ Support Policy] ( https://opensource.google/documentation/policies/cplusplus-support ) .
93
93
See
94
94
[ this table] ( https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md )
95
- for a list of currently supported versions compilers, platforms, and build
95
+ for a list of currently supported versions of compilers, platforms, and build
96
96
tools.
97
97
98
98
## Who Is Using GoogleTest?
0 commit comments