Skip to content

Commit c38fe15

Browse files
pjcjkhwilliamson
authored andcommitted
Fix spelling in perlop
1 parent 7a3c41d commit c38fe15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlop.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,7 @@ Unless the C</r> option is used, the string specified with C<=~> must be a
26422642
scalar variable, an array element, a hash element, or an assignment to one
26432643
of those; in other words, an lvalue.
26442644

2645-
The characters delimitting I<SEARCHLIST> and I<REPLACEMENTLIST>
2645+
The characters delimiting I<SEARCHLIST> and I<REPLACEMENTLIST>
26462646
can be any printable character, not just forward slashes. If they
26472647
are single quotes (C<tr'I<SEARCHLIST>'I<REPLACEMENTLIST>'>), the only
26482648
interpolation is removal of C<\> from pairs of C<\\>; so hyphens are

0 commit comments

Comments
 (0)