about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
-rw-r--r--book/src/development/feature_freeze.md5
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 2d9babfa0de..83bfd8e9c68 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -32,7 +32,7 @@ order to get feedback.
 
 Delete this line and everything above before opening your PR.
 
-Note taht we are currently not taking in new PRs that add new lints. We are in a
+Note that we are currently not taking in new PRs that add new lints. We are in a
 feature freeze. Check out the book for more information. If you open a
 feature-adding pull request, its review will be delayed.
 
diff --git a/book/src/development/feature_freeze.md b/book/src/development/feature_freeze.md
index d7e5a34301f..ccdef8860d7 100644
--- a/book/src/development/feature_freeze.md
+++ b/book/src/development/feature_freeze.md
@@ -3,7 +3,7 @@
 This is a temporary notice.
 
 From May 9th, 2025 until the 1st of August, 2025 we will perform a feature freeze. Only bugfix PRs will be reviewed
-with the exception of already open ones. Every feature-adding PR open in between those dates will be moved into a
+with the exception of already open ones. Every feature-adding PR opened in between those dates will be moved into a
 milestone to be reviewed separately at another time.
 
 We do this because of the long backlog of bugs that need to be addressed
@@ -42,7 +42,8 @@ easy-to-happen occurrences.
 - 🟩 [False positives][false_positive], a lint should not have fired, the easiest of them all, as this is "just"
 identifying the root of a the false positive and making an exception for those cases.
 
-Note that false negatives do not have priority unless the case is very clear, as they are a feature-request in a trench coat.
+Note that false negatives do not have priority unless the case is very clear, as they are a feature-request in a
+trench coat.
 
 [search_ice]: https://github.com/rust-lang/rust-clippy/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22I-ICE%22
 [sugg_causes_bug]: https://github.com/rust-lang/rust-clippy/issues?q=sort%3Aupdated-desc%20state%3Aopen%20label%3AI-suggestion-causes-bug