Skip to content

Commit

Permalink
Fixes 🐛 describing correctly how to works. Closes Raku#4000
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Dec 19, 2021
1 parent 894ab10 commit 487b278
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/Type/Match.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ Returns the index of the starting position of the match.
method to()
Returns the index of the end position of the match.
Returns the index of the position next to the end of the match. It will
return the match position if the end of the match is negative, and C<Nil> if
there has been no match.
=head2 method made
Expand Down

0 comments on commit 487b278

Please sign in to comment.