Skip to content

Commit c72d7ba

Browse files
author
Jan-Olof Hendig
committed
Fixed typo and a broken link
1 parent 60e2099 commit c72d7ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/IO/Socket/Async.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ await $socket.print-to('localhost', 3333,"Hello, Perl 6!");
7272
=head1 Methods
7373
7474
The L<IO::Socket::Async> cannot be constructed directly, either C<connect>
75-
or C<listen> (for TCP connectsions, ) or C<udp> or C<bind-udp> (for UDP
75+
or C<listen> (for TCP connections, ) or C<udp> or C<bind-udp> (for UDP
7676
data,) should be used to create a client or a server respectively.
7777
7878
=head2 method connect
@@ -167,7 +167,7 @@ case you can provide your own C<Buf> with the C<:buf> named parameter.
167167
168168
method close()
169169
170-
Close the connected client <IO::Socket::Async> which will have been
170+
Close the connected client L<IO::Socket::Async> which will have been
171171
obtained from the C<listen> L<Supply> or the C<connect>
172172
L<Promise>.
173173

0 commit comments

Comments
 (0)