From b7bfe04b2d003d08f6ac450f41d7f221cb87f129 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Tue, 2 Sep 2014 01:35:58 -0400 Subject: Fix spelling errors and capitalization. --- src/libunicode/u_char.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libunicode') diff --git a/src/libunicode/u_char.rs b/src/libunicode/u_char.rs index 91e7589b8ca..d8665143854 100644 --- a/src/libunicode/u_char.rs +++ b/src/libunicode/u_char.rs @@ -120,7 +120,7 @@ pub fn is_digit(c: char) -> bool { /// Convert a char to its uppercase equivalent /// /// The case-folding performed is the common or simple mapping: -/// it maps one unicode codepoint (one char in Rust) to its uppercase equivalent according +/// it maps one Unicode codepoint (one char in Rust) to its uppercase equivalent according /// to the Unicode database at ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt /// The additional SpecialCasing.txt is not considered here, as it expands to multiple /// codepoints in some cases. @@ -233,7 +233,7 @@ pub trait UnicodeChar { /// Converts a character to its uppercase equivalent. /// /// The case-folding performed is the common or simple mapping: it maps - /// one unicode codepoint (one character in Rust) to its uppercase + /// one Unicode codepoint (one character in Rust) to its uppercase /// equivalent according to the Unicode database [1]. The additional /// `SpecialCasing.txt` is not considered here, as it expands to multiple /// codepoints in some cases. -- cgit 1.4.1-3-g733a5