Skip to content

Commit fc9df1c

Browse files
authored
Remove stray paren
1 parent 679e65e commit fc9df1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/Type/IO/Path.pod6

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,6 @@ to leaking open file handles. It is possible to avoid leaking open file handles
767767
using the L«C<$limit> argument|/type/IO::Handle#routine_words» to cut down
768768
the C<Seq> of words to be generated.
769769
770-
)
771-
772770
=for code
773771
my %dict := bag 'my-file.txt'.IO.words;
774772
say "Most common words: ", %dict.sort(-*.value).head: 5;

0 commit comments

Comments
 (0)