Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove spurious comma
  • Loading branch information
zoffixznet committed Nov 9, 2016
1 parent 8ddd8d1 commit 2830ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/regexes.pod6
Expand Up @@ -1111,7 +1111,7 @@ case it defaults to C<$/.to>.
say ~m:c(2)/a./; # a2
}
I<Note:> unlike C<:pos>, a match with :continue() will attempt, to
I<Note:> unlike C<:pos>, a match with :continue() will attempt to
match further in the string, instead of failing:
say "abcdefg" ~~ m:c(3)/e.+/; # OUTPUT«「efg」␤»
Expand Down

0 comments on commit 2830ab9

Please sign in to comment.