Skip to content

Commit 558f9a4

Browse files
committed
[fix] add finallyDo to @docs line
1 parent 58fb3fd commit 558f9a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ConcurrentTask.elm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ module ConcurrentTask exposing
55
, onResponseDecoderFailure, onJsException
66
, mapError, onError
77
, succeed, fail, andThen
8-
, fromResult, andThenDo, return, debug
8+
, fromResult, andThenDo, return, debug, finallyDo
99
, batch, sequence
1010
, map, andMap, map2, map3, map4, map5
1111
, attempt, Response(..), UnexpectedError(..), onProgress, Pool, pool
12-
, finallyDo
1312
)
1413

1514
{-| A Task similar to `elm/core`'s `Task` but:
@@ -69,7 +68,7 @@ Lift `UnexpectedError`s into regular task flow.
6968
7069
These are some general helpers that can make chaining, combining and debugging tasks more convenient.
7170
72-
@docs fromResult, andThenDo, return, debug
71+
@docs fromResult, andThenDo, return, debug, finallyDo
7372
7473
7574
# Batch Helpers

0 commit comments

Comments
 (0)