Skip to content

Commit

Permalink
Merge pull request #1204 from ironyman/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
marioidival committed Jun 14, 2019
2 parents d8eec1d + e32aefa commit db0b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom_types/enum.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enum WebEvent {
// like tuple structs,
KeyPress(char),
Paste(String),
// or like structures.
// or c-like structures.
Click { x: i64, y: i64 },
}
Expand Down

0 comments on commit db0b207

Please sign in to comment.