Skip to content

Commit

Permalink
Fix doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Feb 6, 2024
1 parent ca43eac commit 1cfbedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

//! 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).
//!
//! For the type of events that can be hooked, see [`WindowEvent`](crate::WindowEvent).
//! For the type of events that can be hooked, see [`WindowEvent`].
//!
//! # Example
//! This example shows how to listen for all window events and print them to the console.
Expand Down

0 comments on commit 1cfbedc

Please sign in to comment.