aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2022-04-18 12:57:03 -0700
committerCopybara-Service <copybara-worker@google.com>2022-04-18 12:57:03 -0700
commit8ccdb9d56d07b9169ecd17f1164f251a637c250e (patch)
tree554b25be34da9e12461aae3b5d4f2e15f835cc2c
parent80600e56cc9afe7ee02737429f9177aa87025054 (diff)
parentf079775276a99fd4373569bf5761052a01844270 (diff)
downloadgoogletest-8ccdb9d56d07b9169ecd17f1164f251a637c250e.zip
googletest-8ccdb9d56d07b9169ecd17f1164f251a637c250e.tar.gz
googletest-8ccdb9d56d07b9169ecd17f1164f251a637c250e.tar.bz2
Merge pull request #3791 from MR-A0101:patch-1
PiperOrigin-RevId: 442609985 Change-Id: I4239171ef8a671ef6d548ba94e02104c5f0ecd36
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f33b9a9..30edaec 100644
--- a/README.md
+++ b/README.md
@@ -122,11 +122,11 @@ result output. If your test runner understands TAP, you may find it useful.
runs tests from your binary in parallel to provide significant speed-up.
[GoogleTest Adapter](https://marketplace.visualstudio.com/items?itemName=DavidSchuldenfrei.gtest-adapter)
-is a VS Code extension allowing to view GoogleTest in a tree view, and run/debug
+is a VS Code extension allowing to view GoogleTest in a tree view and run/debug
your tests.
[C++ TestMate](https://github.com/matepek/vscode-catch2-test-adapter) is a VS
-Code extension allowing to view GoogleTest in a tree view, and run/debug your
+Code extension allowing to view GoogleTest in a tree view and run/debug your
tests.
[Cornichon](https://pypi.org/project/cornichon/) is a small Gherkin DSL parser