Skip to content

Commit d3da8bb

Browse files
committed
Fix small mistake
1 parent 6a0fc97 commit d3da8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-extensible-enums.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Since some modules support compiling in resilient and non-resilient modes,
231231
developers need a way to mark enums as non-extensible for both. `@nonExtensible`
232232
produces an error when compiling with resiliency; hence, developers must use
233233
`@frozen`. To make supporting both modes easier `@frozen` will also work in
234-
non-resilient modules and make enumerations extensible.
234+
non-resilient modules and make enumerations non extensible.
235235

236236
## Source compatibility
237237

0 commit comments

Comments
 (0)