Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use unicode notation; \x escape is defined elsewhere
  • Loading branch information
lucasbuchala committed Apr 4, 2015
1 parent dcd6f6c commit 5c8213f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators.pod
Expand Up @@ -4196,7 +4196,7 @@ mad in the first place, which seems almost a certainty by this point.

=head2 Hyper operators

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

0 comments on commit 5c8213f

Please sign in to comment.