Skip to content

Commit 0d9dc28

Browse files
author
Jan-Olof Hendig
committed
Fixed broken link
1 parent c10af6c commit 0d9dc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Socket/Async.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ sent or broken if there was an error sending.
147147
148148
This is the equivalent of C<write> for UDP sockets that have been created
149149
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>
150+
the bytes in the L<Blob|/type/Blob> C<$b> to the specified C<$host>
151151
and C<$port> returning a L<Promise|/type/Promise> that will be kept
152152
when the data is successfully sent or broken if it was unable to send
153153
the data. In order to send to a broadcast address the C<:broadcast>

0 commit comments

Comments
 (0)