docs(serde): Fix typo

This commit is contained in:
Erick Tryzelaar 2015-09-07 13:02:53 -07:00
parent a1bd0c1667
commit 22b69fc5c9

View File

@ -337,7 +337,7 @@ pub trait SeqVisitor {
}
}
/// A trait that is used by a `Serializer` to iterate through a map.
/// A trait that is used by a `Serialize` to iterate through a map.
pub trait MapVisitor {
/// Serializes a map item in the serializer.
///