Skip to content

Commit 07ce463

Browse files
oli-obkshepmaster
authored andcommitted
Update src/stability.md
Co-Authored-By: Jake Goulding <[email protected]>
1 parent b295e09 commit 07ce463

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
@@ -22,7 +22,7 @@ Note that stable functions may use unstable things in their body.
2222
# allow_internal_unstable
2323

2424
Macros, compiler desugarings and `const fn`s expose their bodies to the call site. In order to
25-
work around not being able to use unstable things in the standard libraries macros, there's the
25+
work around not being able to use unstable things in the standard library's macros, there's the
2626
`#[allow_internal_unstable(feature1, feature2)]` attribute that whitelists the given features for
2727
usage in stable macros or `const fn`s.
2828

0 commit comments

Comments
 (0)