Skip to content

Commit e32aefa

Browse files
authored
Fix typo
1 parent d8eec1d commit e32aefa

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)