Skip to content

Commit 5c8213f

Browse files
committed
Use unicode notation; \x escape is defined elsewhere
1 parent dcd6f6c commit 5c8213f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S03-operators.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4196,7 +4196,7 @@ mad in the first place, which seems almost a certainty by this point.
41964196

41974197
=head2 Hyper operators
41984198

4199-
The Unicode characters C<»> (C<\x[BB]>) and C<«> (C<\x[AB]>) and
4199+
The Unicode characters C<»> (C<U+00BB>) and C<«> (C<U+00AB>) and
42004200
their ASCII digraphs C<<< >> >>> and C<<< << >>> are used to denote a
42014201
"list operation" that operates on each element of its list (or array)
42024202
argument (or arguments) and returns a single list (or array) of

0 commit comments

Comments
 (0)