summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Harrington <colin.harrington@gmail.com>2020-06-24 08:14:28 -0500
committerGitHub <noreply@github.com>2020-06-24 15:14:28 +0200
commitf4397e5ec99c539e4c6977e3eff873d672f98413 (patch)
treee0fe7255ea016df062ad892fbc9ed2a2b9c1e65d
parentf318ab01a47cecac9df62d11cb0c745f39523da9 (diff)
Update contributing.md for consistency (#6452)
-rw-r--r--docs/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index e4003e5df..36d1ebae2 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -25,7 +25,7 @@ Before submitting, please make sure the following is done:
1. That there is a related issue and it is referenced in the PR text.
2. There are tests that cover the changes.
3. Ensure `cargo test` passes.
-4. Format your code with `tools/format.py`
+4. Format your code with `./tools/format.py`
5. Make sure `./tools/lint.py` passes.
## Changes to `third_party`