Skip to content

Commit 0eff8c0

Browse files
jyn514camelid
andauthored
Fix typo
Co-authored-by: Camelid <[email protected]>
1 parent e140689 commit 0eff8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Furthermore this attribute is needed to mark an intrinsic as callable from
7373
To stabilize a feature, follow these steps:
7474

7575
1. Change `#[unstable]` to `#[stable(since = "version")]`.
76-
`version` should be the *currently nightly*, i.e. stable+2. You can see which version is
76+
`version` should be the *current nightly*, i.e. stable+2. You can see which version is
7777
currently nightly [on Forge](https://forge.rust-lang.org/#current-release-versions).
7878
2. Remove `#![feature]` from any test or doc-test for this API. If the feature is used in the
7979
compiler or tools, remove it from there as well.

0 commit comments

Comments
 (0)