Skip to content

Commit f082632

Browse files
Forgot a word whoops
1 parent 48259cf commit f082632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/win/hook.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ struct HWNDWrapper(HWND);
4242
unsafe impl Send for KeyboardHookState {}
4343
unsafe impl Sync for KeyboardHookState {}
4444

45-
// SAFETY: we never access the underlying HWND ourselves, just use it as a HashSet
45+
// SAFETY: we never access the underlying HWND ourselves, just use it as a HashSet entry
4646
unsafe impl Send for HWNDWrapper {}
4747
unsafe impl Sync for HWNDWrapper {}
4848

0 commit comments

Comments
 (0)