From bef2f232ea7e2a5436e644a690174ddaecaf98bd Mon Sep 17 00:00:00 2001 From: Bheesham Persaud <171007+bheesham@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:04:16 -0400 Subject: [PATCH] fix: typo in src/functional/optics.md (#409) --- src/functional/optics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functional/optics.md b/src/functional/optics.md index ac8c6e4..5c8bdc3 100644 --- a/src/functional/optics.md +++ b/src/functional/optics.md @@ -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*.