Skip to content

Commit 1d3235b

Browse files
authored
Merge pull request #340 from fullstack-development/middle1-haskell-fix-term
middle-1/haskell: fix a term
2 parents 61b58d9 + 6e9802f commit 1d3235b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/middle-1/haskell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ What are the commands which help with that?
188188

189189
* What is the main goal of lenses?
190190
* What is the type `Lens`, what does it mean?
191-
* What are the methods `view`, `over`, `set`?
191+
* What are functions `view`, `over`, `set`?
192192
* What is a `Prism`?
193193
* What is a `Traversal`?
194194
* What is an `Iso`?

0 commit comments

Comments
 (0)