Skip to content

Commit 8a93493

Browse files
spastorinomark-i-m
authored andcommitted
Remove typo
1 parent 6d6e8fa commit 8a93493

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
@@ -66,7 +66,7 @@ it would end up de facto stable and we'll not be able to make changes
6666
in it without breaking people's code.
6767

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

0 commit comments

Comments
 (0)