Skip to content

Commit

Permalink
Merge pull request #1275 from google/typo3
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
adetaylor authored Apr 14, 2023
2 parents 994a0b1 + 370e81d commit b0275ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value_param.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<P: DerefMove + Deref<Target = T>, T>(ptr: P) -> impl ValueParam<T>
where
P: DerefMove,
Expand Down

0 comments on commit b0275ff

Please sign in to comment.