@@ -216,7 +216,7 @@ Finds all possible matches of a regex, including overlapping matches and matches
216
216
= item :st, :nd, rd, nth
217
217
218
218
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
220
220
next produced number must be larger than the previous one). The L < Iterable >
221
221
will be lazily L < reified|/language/glossary#index-entry-Reify > and if
222
222
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
846
846
of type L < Cool > are coerced to C < Str > for literal matching.
847
847
If a L < Regex > C < $matcher > is used, the
848
848
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
850
850
multi-match options like C < :g > are used).
851
851
852
852
= head3 Literal replacement substitution
@@ -938,7 +938,7 @@ if no matches occurred.
938
938
939
939
If a L < Regex > C < $matcher > is used, the
940
940
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
942
942
multi-match options like C < :g > are used).
943
943
944
944
= head2 routine substr
0 commit comments