Skip to content

Commit

Permalink
Added colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Apr 22, 2024
1 parent e3d0f04 commit 4dd95a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/Task.roc
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ batch = \current -> \next ->
## Transform a task that can either succeed with `ok`, or fail with `err`, into
## a task that succeeds with `Result ok err`.
##
## This is useful when chaining tasks using the `!` suffix. For example
## This is useful when chaining tasks using the `!` suffix. For example:
##
## ```
## # Path.roc
Expand Down

0 comments on commit 4dd95a6

Please sign in to comment.