From 2a7be9ee926dd8752a82e001b3a85d7ceebd2815 Mon Sep 17 00:00:00 2001 From: NathanW Date: Fri, 11 Jun 2021 16:25:00 -0600 Subject: [PATCH] fix doc typo --- crates/bevy_utils/src/anystack.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_utils/src/anystack.rs b/crates/bevy_utils/src/anystack.rs index 51c9b81b8ba0a9..748cd17117fdb0 100644 --- a/crates/bevy_utils/src/anystack.rs +++ b/crates/bevy_utils/src/anystack.rs @@ -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( &mut self,