about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2025-08-07 08:24:01 +0000
committerGitHub <noreply@github.com>2025-08-07 08:24:01 +0000
commitfaba846a099e87e0786188b6b4b3e5c27fe2a2c0 (patch)
tree7e1480d7446196f5df5229a8e67e0a8968c87a63
parent4cb43f4c4128ed1f58d10ade425656caa2a05fa7 (diff)
parenta5af84c3992af7ea4213c432f65ae2bd42092a11 (diff)
downloadrust-faba846a099e87e0786188b6b4b3e5c27fe2a2c0.tar.gz
rust-faba846a099e87e0786188b6b4b3e5c27fe2a2c0.zip
Fix typo in lint issue template (#15427)
Small typo I found while looking at recent lint requests/issues.

changelog: none
-rw-r--r--.github/ISSUE_TEMPLATE/new_lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/new_lint.yml b/.github/ISSUE_TEMPLATE/new_lint.yml
index 4c9e18b2b91..a8202f6378f 100644
--- a/.github/ISSUE_TEMPLATE/new_lint.yml
+++ b/.github/ISSUE_TEMPLATE/new_lint.yml
@@ -51,7 +51,7 @@ body:
   - type: textarea
     id: comparison
     attributes:
-      label: Comparision with existing lints
+      label: Comparison with existing lints
       description: |
         What makes this lint different from any existing lints that are similar, and how are those differences useful?