We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea953aa commit 3a86269Copy full SHA for 3a86269
crates/bevy_ecs/src/world/mod.rs
@@ -75,7 +75,7 @@ use unsafe_world_cell::UnsafeWorldCell;
75
/// and their associated metadata.
76
///
77
/// Each [`Entity`] has a set of unique components, based on their type.
78
-/// Entity components can be created, updated, removed, and queried using a given
+/// Entity components can be created, updated, removed, and queried using a given [`World`].
79
80
/// For complex access patterns involving [`SystemParam`](crate::system::SystemParam),
81
/// consider using [`SystemState`](crate::system::SystemState).
0 commit comments