Skip to content

Commit

Permalink
Rollup merge of rust-lang#95984 - wcampbell0x2a:fix-spelling, r=thomcc
Browse files Browse the repository at this point in the history
Fix spelling in docs for `can_not_overflow`

Introduced in rust-lang#95399
  • Loading branch information
Dylan-DPC authored Apr 13, 2022
2 parents c92e52c + 9ea89e1 commit f4e55ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/num/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ macro_rules! impl_helper_for {
}
impl_helper_for! { i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize }

/// Determins if a string of text of that length of that radix could be guaranteed to be
/// Determines if a string of text of that length of that radix could be guaranteed to be
/// stored in the given type T.
/// Note that if the radix is known to the compiler, it is just the check of digits.len that
/// is done at runtime.
Expand Down

0 comments on commit f4e55ad

Please sign in to comment.