Skip to content

Commit 4dbf083

Browse files
committed
[S32/Str] fix braino
1 parent 6fe30d6 commit 4dbf083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S32-setting-library/Str.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ is equivalent to
379379

380380
map {.Str}, $string.match(rx:global:x(0..$n):c/pat/)
381381

382-
You may also comb lists and filehandles. C<+$*IN.comb> counts the words on
383-
standard input, for instance. C<comb(/./, $thing)> returns a list of single
382+
You may also comb lists and filehandles. C<+$*IN.comb> counts the characters
383+
on standard input, for instance. C<comb(/./, $thing)> returns a list of single
384384
C<Char> strings from anything that can give you a C<Str>. Lists and
385385
filehandles are automatically fed through C<cat> in order to pretend to
386386
be string. This C<Cat> is also lazy.

0 commit comments

Comments
 (0)