Skip to content

Commit

Permalink
Merge pull request Raku#1140 from zoffixznet/patch-2
Browse files Browse the repository at this point in the history
List IO::Socket::INET as an option as well
  • Loading branch information
zoffixznet authored Jan 16, 2017
2 parents 6ad377c + 03b48f8 commit a9a29fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/Language/5to6-perlfunc.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,9 @@ well be a method in the IO::Dir class.
=item connect SOCKET, NAME
Use L<connect|/routine/connect> from the IO::Socket::Async class.
Use L<connect|/routine/connect> from L<IO::Socket::Async|/type/IO::Socket::Async> for
an asynchronous socket or create a L<IO::Socket::INET|/type/IO::Socket::INET> socket
for a synchronous one.
=head2 continue
Expand Down

0 comments on commit a9a29fa

Please sign in to comment.