Skip to content

Commit

Permalink
Merge pull request #2029 from briandfoy/patch-1
Browse files Browse the repository at this point in the history
Fix a pod directive in .comb
Thanks!
  • Loading branch information
JJ committed May 18, 2018
2 parents 27b3eb7 + cb8229b commit 98ed216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Str.pod6
Expand Up @@ -427,7 +427,7 @@ Examples:
multi method comb(Str:D $input: Int:D $size, $limit = Inf)
Searches for C<$matcher> in C<$input> and returns a list of non-overlapping
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,
each C<Match> object is converted to a C<Str>, unless C<$match> is set.
If no matcher is supplied, a list of characters in the string is returned,
Expand Down

0 comments on commit 98ed216

Please sign in to comment.