diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2025-08-07 08:24:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-07 08:24:01 +0000 |
| commit | faba846a099e87e0786188b6b4b3e5c27fe2a2c0 (patch) | |
| tree | 7e1480d7446196f5df5229a8e67e0a8968c87a63 | |
| parent | 4cb43f4c4128ed1f58d10ade425656caa2a05fa7 (diff) | |
| parent | a5af84c3992af7ea4213c432f65ae2bd42092a11 (diff) | |
| download | rust-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.yml | 2 |
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? |
