Skip to content

Commit 6b8440d

Browse files
authored
fix example (#406)
1 parent 33e1070 commit 6b8440d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/Http.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ header = |(name, value)| { name, value }
9090
## response =
9191
## Http.send!({ Http.default_request & uri: "https://www.roc-lang.org" })?
9292
##
93-
## Stdout.line!(Str.from_utf8(response.body))?
93+
## Stdout.line!(Str.from_utf8(response.body)?)?
9494
## ```
9595
send! : Request => Result Response [HttpErr [Timeout, NetworkError, BadBody, Other (List U8)]]
9696
send! = |request|

0 commit comments

Comments
 (0)