We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8f10a commit 06ae11eCopy full SHA for 06ae11e
crates/bevy_ecs/src/world/mod.rs
@@ -445,7 +445,8 @@ impl World {
445
/// assert_eq!(world.get::<Position>(entities[1]).unwrap(), &Position { x: 0.0, y: 1.0 });
446
/// ```
447
///
448
- /// To iterate over entities in a deterministic order sort results using the required component as a key.
+ /// To iterate over entities in a deterministic order,
449
+ /// sort the results of the query using the desired component as a key.
450
451
452
/// use bevy_ecs::world::World;
0 commit comments