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 @@ -238,7 +238,7 @@ impl fmt::Display for CharTryFromError {
238
238
/// A 'radix' here is sometimes also called a 'base'. A radix of two
239
239
/// indicates a binary number, a radix of ten, decimal, and a radix of
240
240
/// sixteen, hexadecimal, to give some common values. Arbitrary
241
- /// radicum are supported.
241
+ /// radices are supported.
242
242
///
243
243
/// `from_digit()` will return `None` if the input is not a digit in
244
244
/// the given radix.
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ impl char {
138
138
/// A 'radix' here is sometimes also called a 'base'. A radix of two
139
139
/// indicates a binary number, a radix of ten, decimal, and a radix of
140
140
/// sixteen, hexadecimal, to give some common values. Arbitrary
141
- /// radicum are supported.
141
+ /// radices are supported.
142
142
///
143
143
/// Compared to `is_numeric()`, this function only recognizes the characters
144
144
/// `0-9`, `a-z` and `A-Z`.
@@ -190,7 +190,7 @@ impl char {
190
190
/// A 'radix' here is sometimes also called a 'base'. A radix of two
191
191
/// indicates a binary number, a radix of ten, decimal, and a radix of
192
192
/// sixteen, hexadecimal, to give some common values. Arbitrary
193
- /// radicum are supported.
193
+ /// radices are supported.
194
194
///
195
195
/// 'Digit' is defined to be only the following characters:
196
196
///
You can’t perform that action at this time.
0 commit comments