We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b3eb7 commit cb8229bCopy full SHA for cb8229b
doc/Type/Str.pod6
@@ -427,7 +427,7 @@ Examples:
427
multi method comb(Str:D $input: Int:D $size, $limit = Inf)
428
429
Searches for C<$matcher> in C<$input> and returns a list of non-overlapping
430
-matches limited to at most C<$limit> matches. If <$matcher> is a Regex,
+matches limited to at most C<$limit> matches. If C<$matcher> is a Regex,
431
each C<Match> object is converted to a C<Str>, unless C<$match> is set.
432
433
If no matcher is supplied, a list of characters in the string is returned,
0 commit comments