Skip to content

Commit 82e2672

Browse files
committed
Fix removed components docs link
1 parent 943f43a commit 82e2672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/removal_detection.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use std::marker::PhantomData;
1717
///
1818
/// If you are using `bevy_ecs` as a standalone crate,
1919
/// note that the [`RemovedComponentEvents`] events will not be automatically updated/cleared for you,
20-
/// and will need to be manually flushed using [`crate::world::World::clear_trackers`] or [`RemovedComponents::update`]
20+
/// and will need to be manually flushed using [`crate::world::World::clear_trackers`] or [`RemovedComponentEvents::update`]
2121
///
2222
/// For users of `bevy` itself, this is automatically done in a system added by `MinimalPlugins`
2323
/// or `DefaultPlugins` at the end of each pass of the game loop during the `CoreStage::Last`

0 commit comments

Comments
 (0)