Rollup merge of #30716 - kraai:fix-hexicdecimal, r=apasel422
This commit is contained in:
commit
23c88ff013
@ -181,7 +181,7 @@ pub unsafe fn from_u32_unchecked(i: u32) -> char {
|
||||
///
|
||||
/// A 'radix' here is sometimes also called a 'base'. A radix of two
|
||||
/// indicates a binary number, a radix of ten, decimal, and a radix of
|
||||
/// sixteen, hexicdecimal, to give some common values. Arbitrary
|
||||
/// sixteen, hexadecimal, to give some common values. Arbitrary
|
||||
/// radicum are supported.
|
||||
///
|
||||
/// `from_digit()` will return `None` if the input is not a digit in
|
||||
|
@ -126,7 +126,7 @@ impl char {
|
||||
///
|
||||
/// A 'radix' here is sometimes also called a 'base'. A radix of two
|
||||
/// indicates a binary number, a radix of ten, decimal, and a radix of
|
||||
/// sixteen, hexicdecimal, to give some common values. Arbitrary
|
||||
/// sixteen, hexadecimal, to give some common values. Arbitrary
|
||||
/// radicum are supported.
|
||||
///
|
||||
/// Compared to `is_numeric()`, this function only recognizes the characters
|
||||
@ -185,7 +185,7 @@ impl char {
|
||||
///
|
||||
/// A 'radix' here is sometimes also called a 'base'. A radix of two
|
||||
/// indicates a binary number, a radix of ten, decimal, and a radix of
|
||||
/// sixteen, hexicdecimal, to give some common values. Arbitrary
|
||||
/// sixteen, hexadecimal, to give some common values. Arbitrary
|
||||
/// radicum are supported.
|
||||
///
|
||||
/// 'Digit' is defined to be only the following characters:
|
||||
|
Loading…
Reference in New Issue
Block a user