Skip to content

Commit

Permalink
Review comment
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Ganz <[email protected]>
  • Loading branch information
jhwgh1968 and neithernut authored Aug 20, 2023
1 parent d630d51 commit 7fcc012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functional/optics.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ Thus we have the Serde API:
1. Each type to be serialized implements `Deserialize` or `Serialize`,
equivalent to the `Serde` class
1. They get a type (well two, one for each direction) implementing the `Visitor`
trait, which are usually (but not always) is done through code generated by
trait, which is usually (but not always) done through code generated by
a derive macro. This contains the logic to construct or destruct between the
data type and the format of the Serde data model.
1. The type implementing the `Deserializer` trait handles all details specific
Expand Down

0 comments on commit 7fcc012

Please sign in to comment.