about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2021-01-15 11:30:58 +0100
committerGitHub <noreply@github.com>2021-01-15 11:30:58 +0100
commit8a77f63879e01525a6c2d3c0cbf43d2a7d36833b (patch)
treef6f191a6a73de2e061b8baf3010af47747adf4ab /CONTRIBUTING.md
parentd72cb252f2f052a6b5794b56a0157cbd34751055 (diff)
downloadrust-8a77f63879e01525a6c2d3c0cbf43d2a7d36833b.tar.gz
rust-8a77f63879e01525a6c2d3c0cbf43d2a7d36833b.zip
Fix formulations in label descriptions
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ed580e56055..f2641a23f56 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -315,10 +315,10 @@ an ICE in a popular crate that many other crates depend on. We don't
 want Clippy to crash on your code and we want it to be as reliable as the
 suggestions from Rust compiler errors.
 
-We have prioritization labels and sync-blocker label like below.
+We have prioritization labels and a sync-blocker label, which are described below.
 - [P-low][p-low]: Requires attention (fix/response/evaluation) by a team member but isn't urgent.
 - [P-medium][p-medium]: Should be addressed by a team member until the next sync.
-- [P-high][p-high]: Should be immediately addressed and will require a out-of-cycle sync or a backport.
+- [P-high][p-high]: Should be immediately addressed and will require an out-of-cycle sync or a backport.
 - [L-sync-blocker][l-sync-blocker]: An issue that "blocks" a sync. 
 Or rather: before the sync this should be addressed,
 e.g. by removing a lint again, so it doesn't hit beta/stable.