fix some typos

This commit is contained in:
Martin Lindhe
2018-01-03 15:16:45 +01:00
parent 7aeabddd2f
commit ae0373643c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -513,7 +513,7 @@ pub trait Deserialize<'de>: Sized {
/// have been overwritten. Although whatever state that is will be
/// memory-safe.
///
/// This is generally useful when repeateadly deserializing values that
/// This is generally useful when repeatedly deserializing values that
/// are processed one at a time, where the value of `self` doesn't matter
/// when the next deserialization occurs.
///