Skip to content

Commit 203258d

Browse files
authored
Fix IO::Socket::Async::connect-path method name
Fix `connect-path` method name in example.
1 parent ca46f6c commit 203258d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Socket/Async.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ made.
138138

139139
=head2 method connect-path
140140

141-
method connect(Str $path --> Promise)
141+
method connect-path(Str $path --> Promise)
142142

143143
Attempts to connect to a unix domain stream socket specified by C<$path>,
144144
returning a L<Promise|/type/Promise> that will either be kept with a

0 commit comments

Comments
 (0)