summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2019-12-30 11:08:39 -0500
committerAndy Soffer <asoffer@google.com>2020-01-02 16:49:22 -0500
commit0d98d87e106919ad9216f1db430c452d95fb6f09 (patch)
tree866b1f11ecff5654cddcccf9ec669d4c86373ed3 /CONTRIBUTING.md
parent153909f096334161ddf62e81da1054c8858c4748 (diff)
downloadgoogletest-git-0d98d87e106919ad9216f1db430c452d95fb6f09.tar.gz
Googletest export
Add missing period. PiperOrigin-RevId: 287553550
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4c184992..bd1843eb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -80,7 +80,7 @@ fairly rigid coding style, as defined by the
will be expected to conform to the style outlined
[here](https://google.github.io/styleguide/cppguide.html). Use
[.clang-format](https://github.com/google/googletest/blob/master/.clang-format)
-to check your formatting
+to check your formatting.
## Requirements for Contributors