Skip to content

Commit db0b207

Browse files
authored
Merge pull request #1204 from ironyman/patch-1
Fix typo
2 parents d8eec1d + e32aefa commit db0b207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom_types/enum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ enum WebEvent {
1616
// like tuple structs,
1717
KeyPress(char),
1818
Paste(String),
19-
// or like structures.
19+
// or c-like structures.
2020
Click { x: i64, y: i64 },
2121
}
2222

0 commit comments

Comments
 (0)