about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-08-09 14:04:36 +0000
committerbors <bors@rust-lang.org>2021-08-09 14:04:36 +0000
commit87ce09d0df245ba804966cb6827a178410bca26a (patch)
treefeb8bd59c3ee58cfc25ac86ae154bff0bcf68f4a
parent14d2aa15828480be895ec528fdfb18388d68d5db (diff)
parent43ee3fe56ce50758c4a210f3eb72bf1f72bc190b (diff)
downloadrust-87ce09d0df245ba804966cb6827a178410bca26a.tar.gz
rust-87ce09d0df245ba804966cb6827a178410bca26a.zip
Auto merge of #7544 - r00ster91:patch-1, r=flip1995
Clean up examples in new lint suggestion template

I'm pretty sure they meant to write `bounds checking` when they wrote `bounce checking` but I could be wrong. After that I thought I could improve it further and ended up with this.

changelog: none
-rw-r--r--.github/ISSUE_TEMPLATE/new_lint.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/new_lint.md b/.github/ISSUE_TEMPLATE/new_lint.md
index e182c99ce06..2216bb9f293 100644
--- a/.github/ISSUE_TEMPLATE/new_lint.md
+++ b/.github/ISSUE_TEMPLATE/new_lint.md
@@ -15,8 +15,9 @@ labels: A-lint
 *What is the advantage of the recommended code over the original code*
 
 For example:
-- Remove bounce checking inserted by ...
-- Remove the need to duplicating/storing/typo ...
+- Remove bounds check inserted by ...
+- Remove the need to duplicate/store ...
+- Remove typo ...
 
 ### Drawbacks