Skip to content

Commit b74810c

Browse files
committed
Merge branch 'master' of github.com:perl6/doc
2 parents 13f0bc2 + 26e28ef commit b74810c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Type/Str.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Finds all possible matches of a regex, including overlapping matches and matches
216216
=item :st, :nd, rd, nth
217217
218218
Returns the nth match in the string. The argument can be a L<Numeric> or
219-
an L<Iterable> producing monotonically increasing numerics (that is, the
219+
an L<Iterable> producing monotonically increasing numbers (that is, the
220220
next produced number must be larger than the previous one). The L<Iterable>
221221
will be lazily L<reified|/language/glossary#index-entry-Reify> and if
222222
non-monotonic sequence is encountered an exception will be thrown.
@@ -846,7 +846,7 @@ C<$matcher> can be a L<Regex>, or a literal C<Str>. Non-Str matcher arguments
846846
of type L<Cool> are coerced to C<Str> for literal matching.
847847
If a L<Regex> C<$matcher> is used, the
848848
L«C<$/> special variable|/syntax/$$SOLIDUS» will be set to C<Nil> (if no
849-
matches occured), a L<Match> object, or a L<List> of L<Match> objects (if
849+
matches occurred), a L<Match> object, or a L<List> of L<Match> objects (if
850850
multi-match options like C<:g> are used).
851851
852852
=head3 Literal replacement substitution
@@ -938,7 +938,7 @@ if no matches occurred.
938938
939939
If a L<Regex> C<$matcher> is used, the
940940
L«C<$/> special variable|/syntax/$$SOLIDUS» will be set to C<Nil> (if no
941-
matches occured), a L<Match> object, or a L<List> of L<Match> objects (if
941+
matches occurred), a L<Match> object, or a L<List> of L<Match> objects (if
942942
multi-match options like C<:g> are used).
943943
944944
=head2 routine substr

0 commit comments

Comments
 (0)