Skip to content

Commit 1cfbedc

Browse files
committed
Fix doc warning
1 parent ca43eac commit 1cfbedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
//! A rusty wrapper over the window event API specifically [`SetWinEventHook`](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwineventhook) and [`UnhookWinEvent`](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-unhookwinevent).
2525
//!
26-
//! For the type of events that can be hooked, see [`WindowEvent`](crate::WindowEvent).
26+
//! For the type of events that can be hooked, see [`WindowEvent`].
2727
//!
2828
//! # Example
2929
//! This example shows how to listen for all window events and print them to the console.

0 commit comments

Comments
 (0)