mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 01:18:02 +00:00
Fixed a typo
This commit is contained in:
+1
-1
@@ -787,7 +787,7 @@ where
|
|||||||
///
|
///
|
||||||
/// The role of this trait is to define the deserialization half of the [Serde
|
/// 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
|
/// 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.
|
/// of the types of the data model.
|
||||||
///
|
///
|
||||||
/// Implementations of `Deserialize` map themselves into this data model by
|
/// Implementations of `Deserialize` map themselves into this data model by
|
||||||
|
|||||||
Reference in New Issue
Block a user