From cd4bf34659ca6b94749140b707755d068e837bdb Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 5 Jan 2016 07:40:40 -0800 Subject: Fix the spelling of "hexadecimal" --- src/libcore/char.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore') diff --git a/src/libcore/char.rs b/src/libcore/char.rs index 43a1bf6e500..0fc154a0cd5 100644 --- a/src/libcore/char.rs +++ b/src/libcore/char.rs @@ -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 -- cgit 1.4.1-3-g733a5