We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05742f9 + ad538c6 commit f3d6faaCopy full SHA for f3d6faa
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