Fix some typos

This commit is contained in:
Bastien Orivel 2017-08-11 00:16:18 +02:00
parent 2ac5f7d249
commit 47cb3c5bc2
21 changed files with 24 additions and 24 deletions

View file

@ -566,7 +566,7 @@ assume_usize_width! {
);
}
/// Conversinos where neither the min nor the max of $source can be represented by
/// Conversions where neither the min nor the max of $source can be represented by
/// $target, but max/min of the target can be represented by the source.
macro_rules! test_impl_try_from_signed_to_unsigned_err {
($fn_name:ident, $source:ty, $target:ty) => {