Fix typo in core::Event documentation

This commit is contained in:
Héctor Ramón Jiménez 2025-02-03 03:36:18 +01:00
parent ba755c69d6
commit 76c25d2fb2
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -25,7 +25,7 @@ pub enum Event {
/// A touch event
Touch(touch::Event),
/// A input method event
/// An input method event
InputMethod(input_method::Event),
}