Skip to content

Commit

Permalink
Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Oct 30, 2023
1 parent 6e352e1 commit 57455f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_eventlistener_core/src/callbacks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ impl CallbackSystem {
}
}

/// A [`SystemParam`](bevy::ecs::system::SystemParam) used to get immutable access the the
/// A [`SystemParam`](bevy_ecs::system::SystemParam) used to get immutable access the the
/// [`ListenerInput`] for this callback.
///
/// Use this in callback systems to access event data for the event that triggered the callback.
pub type Listener<'w, E> = Res<'w, ListenerInput<E>>;

/// A [`SystemParam`](bevy::ecs::system::SystemParam) used to get mutable access the the
/// A [`SystemParam`](bevy_ecs::system::SystemParam) used to get mutable access the the
/// [`ListenerInput`] for this callback.
///
/// Use this in callback systems to access event data for the event that triggered the callback.
Expand Down

0 comments on commit 57455f7

Please sign in to comment.