Skip to content

Commit

Permalink
Fixed copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Olof Hendig committed Nov 27, 2017
1 parent 95987c5 commit b276340
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/Type/IO/Socket.pod6
Expand Up @@ -37,9 +37,8 @@ Defined as:
method get(IO::Socket:D: --> Str:D)
Reads a single line of input from the socket, removing the trailing newline
characters (as set by L«C<.nl-in>|/routine/nl-in»)
if the handle's C<.chomp> attribute is set to C<True>. Returns
C<Nil>, if no more input is available.
characters (as set by L«C<.nl-in>|/routine/nl-in»). Returns C<Nil>, if no
more input is available.
Fails if the socket is not connected.
Expand Down

0 comments on commit b276340

Please sign in to comment.