Skip to content

Commit 737cdb1

Browse files
GuillaumeGomeztshepang
authored andcommitted
Fix small typo in stabilization guide
1 parent 0c50d28 commit 737cdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feature-lifecycle/stabilization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The compiler builds with nightly features allowed, so you may find uses of the f
104104

105105
To stabilize a feature, follow these steps:
106106

107-
0. Create a stabiliation report in the tracking issue for the feature being stabilized.
107+
0. Create a stabilization report in the tracking issue for the feature being stabilized.
108108
0. (Optional) For partial stabilizations, create a new partial stabilization PR for the subset of the issue being stabilized.
109109
0. Ask a **@rust-lang/libs-api** member to start an FCP on the tracking issue and wait for the FCP to complete (with `disposition-merge`).
110110
0. Change `#[unstable(...)]` to `#[stable(since = "CURRENT_RUSTC_VERSION")]`. `CURRENT_RUSTC_VERSION` here is meant in a literal sense and not to be replaced with the spelled out version number.

0 commit comments

Comments
 (0)