Skip to content

Commit 73a2361

Browse files
Merge pull request #383 from dezren39/patch-1
fix typo
2 parents eeb56af + 78409af commit 73a2361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)