Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed broken link
  • Loading branch information
Jan-Olof Hendig committed May 16, 2016
1 parent c10af6c commit 0d9dc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/IO/Socket/Async.pod
Expand Up @@ -147,7 +147,7 @@ sent or broken if there was an error sending.
This is the equivalent of C<write> for UDP sockets that have been created
with the C<udp> method, it will try send a UDP message comprised of
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>
and C<$port> returning a L<Promise|/type/Promise> that will be kept
when the data is successfully sent or broken if it was unable to send
the data. In order to send to a broadcast address the C<:broadcast>
Expand Down

0 comments on commit 0d9dc28

Please sign in to comment.