We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d1619f + 9ea89e1 commit 633c391Copy full SHA for 633c391
library/core/src/num/mod.rs
@@ -999,7 +999,7 @@ macro_rules! impl_helper_for {
999
}
1000
impl_helper_for! { i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize }
1001
1002
-/// 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
1003
/// stored in the given type T.
1004
/// Note that if the radix is known to the compiler, it is just the check of digits.len that
1005
/// is done at runtime.
0 commit comments