Skip to content

Commit

Permalink
Reorder docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Apr 25, 2024
1 parent 2cf138d commit ad0f2d7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/Pages/Script/Spinner.elm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ module Pages.Script.Spinner exposing
, CompletionIcon(..)
, withOnCompletion
, runTask, runTaskWithOptions
, Spinner
, showStep, runTaskExisting, start
, showStep, runTaskExisting, start, Spinner
)

{-|
Expand Down Expand Up @@ -57,14 +56,9 @@ its spinner will show a failure, and the remaining steps will not be run and wil
@docs runTask, runTaskWithOptions
## Other
@docs Spinner
## Low-Level
@docs showStep, runTaskExisting, start
@docs showStep, runTaskExisting, start, Spinner
-}

Expand Down

0 comments on commit ad0f2d7

Please sign in to comment.