Skip to content

Commit b2904a1

Browse files
authored
Fix typo timeless++
1 parent f3eec8c commit b2904a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Str.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ Returns the invocant string where C<$matcher> is replaced by C<$replacement>
562562
(or the original string, if no match was found).
563563
564564
There is an in-place syntactic variant of C<subst> spelled
565-
C<s/matcher/replacement>.
565+
C<s/matcher/replacement/>.
566566
567567
C<$matcher> can be a L<Regex>, or a literal C<Str>. Non-Str matcher arguments
568568
of type L<Cool> are coerced to C<Str> for literal matching.

0 commit comments

Comments
 (0)