We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943f43a commit 82e2672Copy full SHA for 82e2672
crates/bevy_ecs/src/removal_detection.rs
@@ -17,7 +17,7 @@ use std::marker::PhantomData;
17
///
18
/// If you are using `bevy_ecs` as a standalone crate,
19
/// 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`]
+/// and will need to be manually flushed using [`crate::world::World::clear_trackers`] or [`RemovedComponentEvents::update`]
21
22
/// For users of `bevy` itself, this is automatically done in a system added by `MinimalPlugins`
23
/// or `DefaultPlugins` at the end of each pass of the game loop during the `CoreStage::Last`
0 commit comments