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

@ -2546,7 +2546,7 @@ unsafe fn handle_raw_input(userdata: &ThreadMsgTargetData, data: RAWINPUT) {
}
enum PointerMoveKind {
/// Pointer enterd to the window.
/// Pointer entered the window.
Enter,
/// Pointer leaved the window client area.
Leave,