Skip to content

Commit 451e98e

Browse files
committed
Auto merge of rust-lang#86684 - inquisitivecrystal:libs-tracking-issue, r=m-ou-se
Fix typo in libs tracking issue template Currently, the libs tracking issue template expands FCP as "final commenting period". Everywhere else, including in [the official explanation](https://rust-lang.github.io/rfcs/), it's expanded as "final comment period". That version also sounds a bit better. Accordingly, this PR changes the tracking issue template to use that version. `@rustbot` label A-meta T-libs-api r? `@m-ou-se`
2 parents d08a471 + fe54486 commit 451e98e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/library_tracking_issue.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@ If the feature is changed later, please add those PRs here as well.
5050
-->
5151

5252
- [ ] Implementation: #...
53-
- [ ] Final commenting period (FCP)
53+
- [ ] Final comment period (FCP)
5454
- [ ] Stabilization PR
5555

5656
<!--
5757
Once the feature has gone through a few release cycles and there are no
5858
unresolved questions left, the feature might be ready for stabilization.
5959
60-
If this feature didn't go through the RFC process, a final commenting period
60+
If this feature didn't go through the RFC process, a final comment period
6161
(FCP) is always needed before stabilization. This works as follows:
6262
6363
A library API team member can kick off the stabilization process, at which point
6464
the rfcbot will ask all the team members to verify they agree with
6565
stabilization. Once enough members agree and there are no concerns, the final
66-
commenting period begins: this issue will be marked as such and will be listed
66+
comment period begins: this issue will be marked as such and will be listed
6767
in the next This Week in Rust newsletter. If no blocking concerns are raised in
6868
that period of 10 days, a stabilzation PR can be opened by anyone.
6969
-->

0 commit comments

Comments
 (0)