Skip to content

Commit f5f8078

Browse files
authored
Fix typo in lenses.md (#350)
1 parent 1d39d25 commit f5f8078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functional/lenses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ They also have niche use cases.
77

88
## Lenses: Uniform Access Across Types
99

10-
A lens is a concept from functional progamming languages that allows
10+
A lens is a concept from functional programming languages that allows
1111
accessing parts of a data type in an abstract, unified way.[^1]
1212
In basic concept, it is similar to the way Rust traits work with type erasure,
1313
but it has a bit more power and flexibility.

0 commit comments

Comments
 (0)