Skip to content

Commit 67a578e

Browse files
committed
fix typo
1 parent 82f6de4 commit 67a578e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Str.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)