File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ pub unsafe fn from_u32_unchecked(i: u32) -> char {
181
181
///
182
182
/// A 'radix' here is sometimes also called a 'base'. A radix of two
183
183
/// indicates a binary number, a radix of ten, decimal, and a radix of
184
- /// sixteen, hexicdecimal , to give some common values. Arbitrary
184
+ /// sixteen, hexadecimal , to give some common values. Arbitrary
185
185
/// radicum are supported.
186
186
///
187
187
/// `from_digit()` will return `None` if the input is not a digit in
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ impl char {
126
126
///
127
127
/// A 'radix' here is sometimes also called a 'base'. A radix of two
128
128
/// indicates a binary number, a radix of ten, decimal, and a radix of
129
- /// sixteen, hexicdecimal , to give some common values. Arbitrary
129
+ /// sixteen, hexadecimal , to give some common values. Arbitrary
130
130
/// radicum are supported.
131
131
///
132
132
/// Compared to `is_numeric()`, this function only recognizes the characters
@@ -185,7 +185,7 @@ impl char {
185
185
///
186
186
/// A 'radix' here is sometimes also called a 'base'. A radix of two
187
187
/// indicates a binary number, a radix of ten, decimal, and a radix of
188
- /// sixteen, hexicdecimal , to give some common values. Arbitrary
188
+ /// sixteen, hexadecimal , to give some common values. Arbitrary
189
189
/// radicum are supported.
190
190
///
191
191
/// 'Digit' is defined to be only the following characters:
You can’t perform that action at this time.
0 commit comments