Fix typo in core::Event documentation
This commit is contained in:
parent
ba755c69d6
commit
76c25d2fb2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ pub enum Event {
|
||||||
/// A touch event
|
/// A touch event
|
||||||
Touch(touch::Event),
|
Touch(touch::Event),
|
||||||
|
|
||||||
/// A input method event
|
/// An input method event
|
||||||
InputMethod(input_method::Event),
|
InputMethod(input_method::Event),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue