Skip to content

Commit a38c939

Browse files
authored
Update semver.md: fixed typo
fixed typo : was written 'non_exhastive' instead of 'non_exhaustive'
1 parent 30efe86 commit a38c939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/semver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ fn main() {
319319

320320
#### Minor: `repr(C)` add enum variant {#repr-c-enum-variant-new}
321321

322-
It is usually safe to add variants to a `repr(C)` enum, if the enum uses `non_exhastive`.
322+
It is usually safe to add variants to a `repr(C)` enum, if the enum uses `non_exhaustive`.
323323
See [enum-variant-new](#enum-variant-new) for more discussion.
324324

325325
Note that this may be a breaking change since it changes the size and alignment of the type.

0 commit comments

Comments
 (0)