Skip to content

Commit 7fab3e9

Browse files
committed
revise
1 parent 15425f1 commit 7fab3e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/22-creed-traversable.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ console.log(
3434

3535
files
3636
.traverse(
37-
3837
// type hint, applicative functor
3938
// needed in case of failure or never running the function
40-
CreedPromise.of,
39+
CreedPromise.of,
4140

4241
// traversing function a -> f b
4342
file => readFilePromise(file)

0 commit comments

Comments
 (0)