about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDevin R <devin.ragotzy@gmail.com>2020-04-20 15:08:44 -0400
committerDevin R <devin.ragotzy@gmail.com>2020-04-20 15:08:44 -0400
commit489dd2e504446a483ad7bb1241aefe3d9bdc3dab (patch)
tree20f6d365664f0eca3d949f0a720a77379f01ad08 /doc
parentd1b1a4c5ebcc2bcd665cee441332a2312ea9c512 (diff)
downloadrust-489dd2e504446a483ad7bb1241aefe3d9bdc3dab.tar.gz
rust-489dd2e504446a483ad7bb1241aefe3d9bdc3dab.zip
factor ifs into function, add differing mutex test
Diffstat (limited to 'doc')
-rw-r--r--doc/adding_lints.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/adding_lints.md b/doc/adding_lints.md
index 0013165d533..9ad1315c175 100644
--- a/doc/adding_lints.md
+++ b/doc/adding_lints.md
@@ -101,8 +101,8 @@ Once we are satisfied with the output, we need to run
 Please note that, we should run `TESTNAME=foo_functions cargo uitest`
 every time before running `tests/ui/update-all-references.sh`.
 Running `TESTNAME=foo_functions cargo uitest` should pass then. When we commit
-our lint, we need to commit the generated `.stderr` files, too. In general you
-should only commit changed files by `tests/ui/update-all-references.sh` for the
+our lint, we need to commit the generated `.stderr` files, too. In general, you
+should only commit files changed by `tests/ui/update-all-references.sh` for the
 specific lint you are creating/editing.
 
 ## Rustfix tests