Skip to content

Commit

Permalink
Merge pull request #1604 from UnHumbleBen/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
dtolnay committed Aug 19, 2019
2 parents 85a5cf7 + b10c23a commit b536fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde/src/de/mod.rs
Expand Up @@ -787,7 +787,7 @@ where
///
/// The role of this trait is to define the deserialization half of the [Serde
/// data model], which is a way to categorize every Rust data type into one of
/// 29 possible types. Each method of the `Serializer` trait corresponds to one
/// 29 possible types. Each method of the `Deserializer` trait corresponds to one
/// of the types of the data model.
///
/// Implementations of `Deserialize` map themselves into this data model by
Expand Down

0 comments on commit b536fb6

Please sign in to comment.