mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-24 05:33:41 +00:00
Fix spelling in docs for can_not_overflow
This commit is contained in:
parent
327caac4d0
commit
9ea89e1d3d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user