Skip to content

Commit aa3a462

Browse files
committed
fix a Labels typo
1 parent cc115b3 commit aa3a462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/schedule/label.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl<K: Hash + Eq + Copy, L> Labels<K, L> {
6666
std::mem::forget(old);
6767
}
6868

69-
/// Allows once to peek at an interned label and execute code,
69+
/// Allows one to peek at an interned label and execute code,
7070
/// optionally returning a value.
7171
///
7272
/// Returns `None` if there is no interned label with that key.

0 commit comments

Comments
 (0)