Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Fixing broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
porkbrain committed Jun 19, 2024
1 parent 827d568 commit 512a30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_game_lib/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub fn stopwatch_at(duration: Duration) -> Stopwatch {
}

/// Similar to bevy's
/// [`bevy_ecs::schedule::condition::common_conditions::on_event`], but useful
/// [`bevy::ecs::schedule::common_conditions::on_event`], but useful
/// when a specific event variation is expected.
/// Used typically with enum events.
pub fn on_event_variant<T: Event + Eq + Clone>(
Expand Down

0 comments on commit 512a30c

Please sign in to comment.