Skip to content

Commit 4aceb94

Browse files
typos
1 parent dfcf150 commit 4aceb94

File tree

1 file changed

+2
-2
lines changed
  • crates/bevy_ecs/src/entity

1 file changed

+2
-2
lines changed

crates/bevy_ecs/src/entity/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ impl SparseSetIndex for EntityRow {
191191
///
192192
/// This should be treated as a opaque identifier, and it's internal representation may be subject to change.
193193
///
194-
/// Note that ordering doesn not nescesarily represent which generation is earlier than another, as aliasing can prevent this.
195-
/// Ordering should only be used to provide some form of determanism or algorithm.
194+
/// Note that ordering doesn not necessarily represent which generation is earlier than another, as aliasing can prevent this.
195+
/// Ordering should only be used to provide some form of determinism or algorithm.
196196
/// It should not be used to check if a generation is younger than another.
197197
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Debug, Display)]
198198
#[cfg_attr(feature = "bevy_reflect", derive(Reflect))]

0 commit comments

Comments
 (0)