Skip to content

Commit 3a86269

Browse files
bieyuanxiTerra
andauthored
fix doc for struct World (#21749)
# Objective PR #17336 has a doc flaw. ## Solution - fix it ## Testing - trivial --- Co-authored-by: Terra <terra@TerradeMac-mini.local>
1 parent ea953aa commit 3a86269

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_ecs/src/world

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/world/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ use unsafe_world_cell::UnsafeWorldCell;
7575
/// and their associated metadata.
7676
///
7777
/// 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
78+
/// Entity components can be created, updated, removed, and queried using a given [`World`].
7979
///
8080
/// For complex access patterns involving [`SystemParam`](crate::system::SystemParam),
8181
/// consider using [`SystemState`](crate::system::SystemState).

0 commit comments

Comments
 (0)