We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeb56af + 78409af commit 73a2361Copy full SHA for 73a2361
examples/print.roc
@@ -27,5 +27,5 @@ main! = |_args|
27
["Foo", "Bar", "Baz"]
28
|> List.for_each_try!(|str| Stdout.line!(str))
29
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.
+ # Use List.map! if you want to apply an effectful function that returns something.
+ # Use List.map_try! if you want to apply an effectful function that returns a Result.
0 commit comments