We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05742f9 commit ad538c6Copy full SHA for ad538c6
src/ser.rs
@@ -15,7 +15,7 @@ pub struct Serializer {
15
output: String,
16
}
17
18
-// By convention, the public API of a Serde deserializer is one or more `to_abc`
+// By convention, the public API of a Serde serializer is one or more `to_abc`
19
// functions such as `to_string`, `to_bytes`, or `to_writer` depending on what
20
// Rust types the serializer is able to produce as output.
21
//
0 commit comments