Skip to content

Commit

Permalink
typo.
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph <21144246+JoJoJet@users.noreply.github.com>
  • Loading branch information
james7132 and JoJoJet authored Feb 19, 2024
1 parent 0e9c51a commit 41ba7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_utils/src/parallel_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ where
/// If iteration is terminated part way, the rest of the enqueued items in the same
/// chunk will be dropped, and the rest of the undrained elements will remain.
///
/// The ordering is not guarenteed.
/// The ordering is not guaranteed.
pub fn drain<B>(&mut self) -> impl Iterator<Item = T> + '_
where
B: FromIterator<T>,
Expand Down

0 comments on commit 41ba7e2

Please sign in to comment.