Skip to content

Commit f4e55ad

Browse files
authoredApr 13, 2022
Rollup merge of rust-lang#95984 - wcampbell0x2a:fix-spelling, r=thomcc
Fix spelling in docs for `can_not_overflow` Introduced in rust-lang#95399
2 parents c92e52c + 9ea89e1 commit f4e55ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/core/src/num/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ macro_rules! impl_helper_for {
999999
}
10001000
impl_helper_for! { i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize }
10011001

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

0 commit comments

Comments
 (0)
Please sign in to comment.