File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments