1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 18:09:22 +02:00

spelling check

This commit is contained in:
Alexander Andreev
2018-05-06 19:07:30 +03:00
parent a7c40024ce
commit cd11293c1f
11 changed files with 26 additions and 26 deletions

View File

@ -7,7 +7,7 @@ use self::Charset::*;
/// A Mime charset.
///
/// The string representation is normalised to upper case.
/// The string representation is normalized to upper case.
///
/// See [http://www.iana.org/assignments/character-sets/character-sets.xhtml][url].
///