Skip to content

Commit 93fc61e

Browse files
tucan9389caisq
authored andcommittedJun 7, 2018
Update CONTRIBUTING.md (tensorflow#19794)
Just update clang-tidy to `clang-tidy`.
1 parent 1b5362f commit 93fc61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Bazel BUILD files also need to include a license section, e.g.,
9090
Changes to TensorFlow C++ code should conform to
9191
[Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
9292

93-
Use `clang-tidy` to check your C/C++ changes. To install clang-tidy on ubuntu:16.04, do:
93+
Use `clang-tidy` to check your C/C++ changes. To install `clang-tidy` on ubuntu:16.04, do:
9494

9595
```bash
9696
apt-get install -y clang-tidy

0 commit comments

Comments
 (0)