Skip to content

Commit 69c3010

Browse files
committed
update docs
1 parent 5b6e9a0 commit 69c3010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ use crate::{
4646
///
4747
/// See the module-level docs for more information on the event loop manages each event.
4848
///
49-
/// `T` is a user-defined custom event type.
49+
/// `T` is a user-defined custom event type (see: `Self::UserEvent(T)`).
5050
#[derive(Debug, PartialEq)]
5151
pub enum Event<T: 'static> {
5252
/// Emitted when new events arrive from the OS to be processed.

0 commit comments

Comments
 (0)