Skip to content

Commit ed6f17e

Browse files
mark-i-mrajcspsg
andcommitted
Update src/implementing_new_features.md
Co-Authored-By: rajcspsg <[email protected]>
1 parent 41dee19 commit ed6f17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/implementing_new_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ in it without breaking people's code.
6767

6868
The way we do that is that we make sure all new features are feature
6969
gated - they can't be used without a enabling a feature gate
70-
`(#[feature(foo)])`, which can't be done in a stable/beta compiler.
70+
(`#[feature(foo)]`), which can't be done in a stable/beta compiler.
7171
See the [stability in code] section for the technical details.
7272

7373
Eventually, after we gain enough experience using the feature,

0 commit comments

Comments
 (0)