chore: latest typos

This commit is contained in:
Kirill Chibisov 2025-11-01 19:56:29 +09:00
parent 7a21858d29
commit 779f52a21f
4 changed files with 4 additions and 4 deletions

View file

@ -763,7 +763,7 @@ pub struct KeyEvent {
///
/// # Example
///
/// In games, you often want to ignore repated key events - this can be
/// In games, you often want to ignore repeated key events - this can be
/// done by ignoring events where this property is set.
///
/// ```no_run