Skip to content

Commit 8a77f63

Browse files
authored
Fix formulations in label descriptions
1 parent d72cb25 commit 8a77f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,10 @@ an ICE in a popular crate that many other crates depend on. We don't
315315
want Clippy to crash on your code and we want it to be as reliable as the
316316
suggestions from Rust compiler errors.
317317

318-
We have prioritization labels and sync-blocker label like below.
318+
We have prioritization labels and a sync-blocker label, which are described below.
319319
- [P-low][p-low]: Requires attention (fix/response/evaluation) by a team member but isn't urgent.
320320
- [P-medium][p-medium]: Should be addressed by a team member until the next sync.
321-
- [P-high][p-high]: Should be immediately addressed and will require a out-of-cycle sync or a backport.
321+
- [P-high][p-high]: Should be immediately addressed and will require an out-of-cycle sync or a backport.
322322
- [L-sync-blocker][l-sync-blocker]: An issue that "blocks" a sync.
323323
Or rather: before the sync this should be addressed,
324324
e.g. by removing a lint again, so it doesn't hit beta/stable.

0 commit comments

Comments
 (0)