Skip to content

Commit 76118a9

Browse files
GH Actions RunnerGH Actions Runner
GH Actions Runner
authored and
GH Actions Runner
committed
publish: Fix small typo in stabilization guide
generated from commit 737cdb1
1 parent e78455f commit 76118a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

feature-lifecycle/stabilization.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h3 id="remove-feature-gates-from-the-compiler"><a class="header" href="#remove-
210210
<h2 id="stabilization-pr-checklist"><a class="header" href="#stabilization-pr-checklist">Stabilization PR Checklist</a></h2>
211211
<p>To stabilize a feature, follow these steps:</p>
212212
<ol start="0">
213-
<li>Create a stabiliation report in the tracking issue for the feature being stabilized.</li>
213+
<li>Create a stabilization report in the tracking issue for the feature being stabilized.</li>
214214
<li>(Optional) For partial stabilizations, create a new partial stabilization PR for the subset of the issue being stabilized.</li>
215215
<li>Ask a <strong>@rust-lang/libs-api</strong> member to start an FCP on the tracking issue and wait for the FCP to complete (with <code>disposition-merge</code>).</li>
216216
<li>Change <code>#[unstable(...)]</code> to <code>#[stable(since = &quot;CURRENT_RUSTC_VERSION&quot;)]</code>. <code>CURRENT_RUSTC_VERSION</code> here is meant in a literal sense and not to be replaced with the spelled out version number.</li>

print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ <h3 id="remove-feature-gates-from-the-compiler"><a class="header" href="#remove-
423423
<h2 id="stabilization-pr-checklist"><a class="header" href="#stabilization-pr-checklist">Stabilization PR Checklist</a></h2>
424424
<p>To stabilize a feature, follow these steps:</p>
425425
<ol start="0">
426-
<li>Create a stabiliation report in the tracking issue for the feature being stabilized.</li>
426+
<li>Create a stabilization report in the tracking issue for the feature being stabilized.</li>
427427
<li>(Optional) For partial stabilizations, create a new partial stabilization PR for the subset of the issue being stabilized.</li>
428428
<li>Ask a <strong>@rust-lang/libs-api</strong> member to start an FCP on the tracking issue and wait for the FCP to complete (with <code>disposition-merge</code>).</li>
429429
<li>Change <code>#[unstable(...)]</code> to <code>#[stable(since = &quot;CURRENT_RUSTC_VERSION&quot;)]</code>. <code>CURRENT_RUSTC_VERSION</code> here is meant in a literal sense and not to be replaced with the spelled out version number.</li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)