aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMR-A <52797899+MR-A0101@users.noreply.github.com>2022-04-06 23:03:06 +0530
committerGitHub <noreply@github.com>2022-04-06 23:03:06 +0530
commitf079775276a99fd4373569bf5761052a01844270 (patch)
tree3fc57eb9d74434876da1ef83da7a6a89aa24c421 /README.md
parent5f467ec04df33024e3c6760fa403b5cd5d8e9ace (diff)
downloadgoogletest-f079775276a99fd4373569bf5761052a01844270.zip
googletest-f079775276a99fd4373569bf5761052a01844270.tar.gz
googletest-f079775276a99fd4373569bf5761052a01844270.tar.bz2
Removing commas.
Readme Update!
Diffstat (limited to 'README.md')
-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