Skip to content

Commit 78409af

Browse files
authored
fix typo
1 parent eeb56af commit 78409af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/print.roc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ main! = |_args|
2727
["Foo", "Bar", "Baz"]
2828
|> List.for_each_try!(|str| Stdout.line!(str))
2929
30-
# Use List.map! if you want to apply an effectful function that returns somehing.
31-
# Use List.map_try! if you want to apply an effectful function that returns a Result.
30+
# Use List.map! if you want to apply an effectful function that returns something.
31+
# Use List.map_try! if you want to apply an effectful function that returns a Result.

0 commit comments

Comments
 (0)