Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 8b1f596

Browse files
committed
Update docs
1 parent 1a5bbec commit 8b1f596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ between `lo` (inclusive) and `hi` (exclusive).
110110
#### `foreachE`
111111

112112
``` purescript
113-
foreachE :: forall e a. [a] -> (a -> Eff e Unit) -> Eff e Unit
113+
foreachE :: forall e a. Array a -> (a -> Eff e Unit) -> Eff e Unit
114114
```
115115

116116
Loop over an array of values.

0 commit comments

Comments
 (0)