diff options
author | Abseil Team <absl-team@google.com> | 2019-12-30 16:08:39 (GMT) |
---|---|---|
committer | Andy Soffer <asoffer@google.com> | 2020-01-02 21:49:22 (GMT) |
commit | 0d98d87e106919ad9216f1db430c452d95fb6f09 (patch) | |
tree | 866b1f11ecff5654cddcccf9ec669d4c86373ed3 | |
parent | 153909f096334161ddf62e81da1054c8858c4748 (diff) | |
download | googletest-0d98d87e106919ad9216f1db430c452d95fb6f09.zip googletest-0d98d87e106919ad9216f1db430c452d95fb6f09.tar.gz googletest-0d98d87e106919ad9216f1db430c452d95fb6f09.tar.bz2 |
Googletest export
Add missing period.
PiperOrigin-RevId: 287553550
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c18499..bd1843e 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 |