Skip to content

Commit

Permalink
style: dprint fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan committed Aug 21, 2023
1 parent 7fcc012 commit 5e60784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/functional/optics.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ 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 is usually (but not always) done through code generated by
a derive macro. This contains the logic to construct or destruct between the
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
to the format, being "driven by" the `Visitor`.
Expand Down

0 comments on commit 5e60784

Please sign in to comment.