Skip to content

Commit cb8229b

Browse files
authored
Fix a pod directive in .comb
1 parent 27b3eb7 commit cb8229b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Str.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Examples:
427427
multi method comb(Str:D $input: Int:D $size, $limit = Inf)
428428
429429
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,
430+
matches limited to at most C<$limit> matches. If C<$matcher> is a Regex,
431431
each C<Match> object is converted to a C<Str>, unless C<$match> is set.
432432
433433
If no matcher is supplied, a list of characters in the string is returned,

0 commit comments

Comments
 (0)