about summary refs log tree commit diff
diff options
context:
space:
mode:
authorr00ster <r00ster91@protonmail.com>2021-08-07 08:02:25 +0200
committerGitHub <noreply@github.com>2021-08-07 08:02:25 +0200
commit43ee3fe56ce50758c4a210f3eb72bf1f72bc190b (patch)
tree6ac450b73cf7f85a5eb50614ee971fea6fcd2122
parent2dbf0c138de34d7805b9291705f2e2361324f219 (diff)
downloadrust-43ee3fe56ce50758c4a210f3eb72bf1f72bc190b.tar.gz
rust-43ee3fe56ce50758c4a210f3eb72bf1f72bc190b.zip
Clean up examples in new lint suggestion template
-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