We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bef122 commit 0f6e070Copy full SHA for 0f6e070
platform/Tcp.roc
@@ -187,7 +187,7 @@ write_utf8! = |stream, str|
187
## Stderr.line!(Tcp.connect_err_to_str(connect_err))
188
## ```
189
##
190
-connect_err_to_str : (ConnectErr []) -> Str
+connect_err_to_str : (ConnectErr _) -> Str
191
connect_err_to_str = |err|
192
when err is
193
PermissionDenied -> "PermissionDenied"
0 commit comments