Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSWard committed Jun 11, 2021
1 parent 6a52ae7 commit 4bbaa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_utils/src/anystack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl AnyStack {
/// `func` must safely handle the provided `value` bytes and `user_data` bytes.
/// [`AnyStack`] does not drop the contained member.
/// The user should manually call [`AnyStack::apply`] and in the implementation
/// of the provided `drop` function from [`AnyStack::push`], the element should
/// of the provided `func` function from [`AnyStack::push`], the element should
/// be dropped.
pub unsafe fn push<U>(
&mut self,
Expand Down

0 comments on commit 4bbaa0f

Please sign in to comment.