File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,6 @@ List(1).combine(List(2).combine(List(3)))
984984
```
985985

986986

987-
```
988987
## Foldable
989988

990989
An object that has a `foldr/l` function that can transform that object into some other type.
@@ -1027,7 +1026,7 @@ sum(List(1, 2, 3))
10271026
// res3: Int = 6
10281027
```
10291028

1030-
## Lens ##
1029+
## Lens
10311030
A lens is a structure (often an object or function) that pairs a getter and a non-mutating setter for some other data
10321031
structure.
10331032

0 commit comments

Comments
 (0)