We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4465f22 commit 3783c44Copy full SHA for 3783c44
src/libcore/char.rs
@@ -187,7 +187,7 @@ impl From<char> for u32 {
187
/// with the character encoding that IANA calls ISO-8859-1.
188
/// This encoding is compatible with ASCII.
189
///
190
-/// 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),
191
/// which leaves some "blanks", byte values that are not assigned to any character.
192
/// ISO-8859-1 (the IANA one) assigns them to the C0 and C1 control codes.
193
0 commit comments