Skip to content

Commit 2d1c64b

Browse files
committed
Auto merge of #13054 - YoshiLeLama:patch-1, r=ehuss
Fixed typo in SemVer Compatibility documentation page fixed typo : it was written 'non_exhastive' instead of 'non_exhaustive'.
2 parents 30efe86 + a38c939 commit 2d1c64b

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)