We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Labels
1 parent cc115b3 commit aa3a462Copy full SHA for aa3a462
crates/bevy_ecs/src/schedule/label.rs
@@ -66,7 +66,7 @@ impl<K: Hash + Eq + Copy, L> Labels<K, L> {
66
std::mem::forget(old);
67
}
68
69
- /// Allows once to peek at an interned label and execute code,
+ /// Allows one to peek at an interned label and execute code,
70
/// optionally returning a value.
71
///
72
/// Returns `None` if there is no interned label with that key.
0 commit comments