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.
1 parent c10af6c commit 0d9dc28Copy full SHA for 0d9dc28
doc/Type/IO/Socket/Async.pod
@@ -147,7 +147,7 @@ sent or broken if there was an error sending.
147
148
This is the equivalent of C<write> for UDP sockets that have been created
149
with the C<udp> method, it will try send a UDP message comprised of
150
-the bytes in the L<Blob|/types/Blob> C<$b> to the specified C<$host>
+the bytes in the L<Blob|/type/Blob> C<$b> to the specified C<$host>
151
and C<$port> returning a L<Promise|/type/Promise> that will be kept
152
when the data is successfully sent or broken if it was unable to send
153
the data. In order to send to a broadcast address the C<:broadcast>
0 commit comments