Skip to content

Commit

Permalink
remove redundant doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDoot committed Dec 4, 2024
1 parent 5163b1b commit 477eb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/schedule/executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl SystemSchedule {
#[allow(non_camel_case_types)]
pub struct apply_deferred;

/// Returns `true` if the [`System`](crate::system::System) is an instance of [`apply_deferred`].
/// Returns `true` if the [`System`] is an instance of [`apply_deferred`].
pub(super) fn is_apply_deferred(system: &BoxedSystem) -> bool {
// deref to use `System::type_id` instead of `Any::type_id`
system.as_ref().type_id() == TypeId::of::<apply_deferred>()
Expand Down

0 comments on commit 477eb0a

Please sign in to comment.