Skip to content

Commit

Permalink
fix: typo in src/functional/optics.md (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
bheesham authored Jul 15, 2024
1 parent bdadb49 commit bef2f23
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 @@ -12,8 +12,8 @@ to fully get into its abilities. However their applicability in Rust is much
simpler.

To explain the relevant parts of the concept, the `Serde`-API will be used as an
example, as it is one that is difficult for many to to understand from simply
the API documentation.
example, as it is one that is difficult for many to understand from simply the
API documentation.

In the process, different specific patterns, called Optics, will be covered.
These are *The Iso*, *The Poly Iso*, and *The Prism*.
Expand Down

0 comments on commit bef2f23

Please sign in to comment.