From 370e81d87b5e3660f998213600cc2a71a9d2083c Mon Sep 17 00:00:00 2001 From: Adrian Taylor Date: Fri, 14 Apr 2023 15:01:22 +0100 Subject: [PATCH] Fix typo. --- src/value_param.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/value_param.rs b/src/value_param.rs index 8e564a12a..1b7b5a910 100644 --- a/src/value_param.rs +++ b/src/value_param.rs @@ -204,7 +204,7 @@ where ByNew(crate::moveit::new::copy(ptr)) } -/// Explicitly force a value parameter to be taken usign C++ move semantics. +/// Explicitly force a value parameter to be taken using C++ move semantics. pub fn as_mov, T>(ptr: P) -> impl ValueParam where P: DerefMove,