aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar tucan <37643248+tucan9389@users.noreply.github.com>2018-06-08 00:59:03 +0900
committerGravatar Shanqing Cai <cais@google.com>2018-06-07 11:59:03 -0400
commit93fc61ea54bbf17c7dbae189b331ce6acb44904d (patch)
tree11ed3baa21167b666218207eef9309eccef9fd95 /CONTRIBUTING.md
parent1b5362f9ddb46624a2ce8b7aedd24963cb07dc79 (diff)
Update CONTRIBUTING.md (#19794)
Just update clang-tidy to `clang-tidy`.
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 8669c25c45..db4b1581ae 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -90,7 +90,7 @@ Bazel BUILD files also need to include a license section, e.g.,
Changes to TensorFlow C++ code should conform to
[Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
-Use `clang-tidy` to check your C/C++ changes. To install clang-tidy on ubuntu:16.04, do:
+Use `clang-tidy` to check your C/C++ changes. To install `clang-tidy` on ubuntu:16.04, do:
```bash
apt-get install -y clang-tidy