Skip to content

Commit

Permalink
fix a Labels typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJoJet committed Aug 5, 2022
1 parent cc115b3 commit aa3a462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/schedule/label.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ impl<K: Hash + Eq + Copy, L> Labels<K, L> {
std::mem::forget(old);
}

/// Allows once to peek at an interned label and execute code,
/// Allows one to peek at an interned label and execute code,
/// optionally returning a value.
///
/// Returns `None` if there is no interned label with that key.
Expand Down

0 comments on commit aa3a462

Please sign in to comment.