Skip to content

Commit 27d00a5

Browse files
committed
Fix typos in review
1 parent dd8d923 commit 27d00a5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ order to get feedback.
3232

3333
Delete this line and everything above before opening your PR.
3434

35-
Note taht we are currently not taking in new PRs that add new lints. We are in a
35+
Note that we are currently not taking in new PRs that add new lints. We are in a
3636
feature freeze. Check out the book for more information. If you open a
3737
feature-adding pull request, its review will be delayed.
3838

Diff for: book/src/development/feature_freeze.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is a temporary notice.
44

55
From May 9th, 2025 until the 1st of August, 2025 we will perform a feature freeze. Only bugfix PRs will be reviewed
6-
with the exception of already open ones. Every feature-adding PR open in between those dates will be moved into a
6+
with the exception of already open ones. Every feature-adding PR opened in between those dates will be moved into a
77
milestone to be reviewed separately at another time.
88

99
We do this because of the long backlog of bugs that need to be addressed
@@ -42,7 +42,8 @@ easy-to-happen occurrences.
4242
- 🟩 [False positives][false_positive], a lint should not have fired, the easiest of them all, as this is "just"
4343
identifying the root of a the false positive and making an exception for those cases.
4444

45-
Note that false negatives do not have priority unless the case is very clear, as they are a feature-request in a trench coat.
45+
Note that false negatives do not have priority unless the case is very clear, as they are a feature-request in a
46+
trench coat.
4647

4748
[search_ice]: https://github.com/rust-lang/rust-clippy/issues?q=sort%3Aupdated-desc+state%3Aopen+label%3A%22I-ICE%22
4849
[sugg_causes_bug]: https://github.com/rust-lang/rust-clippy/issues?q=sort%3Aupdated-desc%20state%3Aopen%20label%3AI-suggestion-causes-bug

0 commit comments

Comments
 (0)