Skip to content

Commit

Permalink
Rollup merge of rust-lang#40897 - irfanhudda:fix-typo-char, r=BurntSushi
Browse files Browse the repository at this point in the history
Fix typo in libcore/char.rs
  • Loading branch information
frewsxcv authored Mar 29, 2017
2 parents baab5d8 + 3783c44 commit 8df6cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/char.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ impl From<char> for u32 {
/// with the character encoding that IANA calls ISO-8859-1.
/// This encoding is compatible with ASCII.
///
/// Note that this is different from ISO/IEC 8859-1 a.k.a. ISO 8859-1 (with one less hypen),
/// Note that this is different from ISO/IEC 8859-1 a.k.a. ISO 8859-1 (with one less hyphen),
/// which leaves some "blanks", byte values that are not assigned to any character.
/// ISO-8859-1 (the IANA one) assigns them to the C0 and C1 control codes.
///
Expand Down

0 comments on commit 8df6cd3

Please sign in to comment.