Skip to content

Commit 550933c

Browse files
authored
Merge pull request #3 from wmealing/use-echo
Use 'echo' instead of io.debug.
2 parents 14908b7 + edcaa0a commit 550933c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/act.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ pub fn map_error(
218218
/// ```
219219
/// fn bar() -> Action(result, state) {
220220
/// do(some_action, fn(result) {
221-
/// io.debug(result)
221+
/// echo result
222222
/// return(result)
223223
/// })
224224
/// }

0 commit comments

Comments
 (0)