Skip to content

Commit fc77710

Browse files
obi1kenobiehuss
authored andcommitted
Fix example code.
1 parent 61cd0a8 commit fc77710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/semver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,8 +1146,8 @@ pub enum Bar {
11461146
11471147
pub enum Quux {
11481148
X,
1149-
Y(a: usize),
1150-
Z { b: usize },
1149+
Y(usize),
1150+
Z { a: usize },
11511151
}
11521152
11531153
///////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)