diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 69a5ce6..4c8c7f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -146,7 +146,7 @@ your code. - [`goimports`](https://godoc.org/golang.org/x/tools/cmd/goimports) (built from source in `vendor/`) on the `.go` files. - [`clang-format`](https://clang.llvm.org/docs/ClangFormat.html) - on the `.c` an `.h` files. + on the `.c` and `.h` files. `make lint` runs: - [`go vet`](https://golang.org/cmd/vet/) |