Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove duplicated word.
- the test didn't notice this because "method method" is actually
allowed.
  • Loading branch information
coke committed Oct 20, 2018
1 parent a9cd297 commit 20bbac1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/Type/IO/Handle.pod6
Expand Up @@ -713,8 +713,7 @@ Defined as:
multi method slurp-rest(IO::Handle:D: :$enc --> Str)
B<DEPRECATION NOTICE:> this method will be deprecated in C<6.d> language. Do
not use it for new code. Use L«C<.slurp> method|/routine/slurp» method
instead.
not use it for new code. Use L«C<.slurp> method|/routine/slurp» instead.
Return the remaining content of the file from the current file position (which
may have been set by previous reads or by C<seek>.) If the adverb C<:bin> is
Expand Down

0 comments on commit 20bbac1

Please sign in to comment.