We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d39d25 commit f5f8078Copy full SHA for f5f8078
functional/lenses.md
@@ -7,7 +7,7 @@ They also have niche use cases.
7
8
## Lenses: Uniform Access Across Types
9
10
-A lens is a concept from functional progamming languages that allows
+A lens is a concept from functional programming languages that allows
11
accessing parts of a data type in an abstract, unified way.[^1]
12
In basic concept, it is similar to the way Rust traits work with type erasure,
13
but it has a bit more power and flexibility.
0 commit comments