This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a7a01
)
perlrebackslash: Nit
author
Karl Williamson
<khw@cpan.org>
Mon, 9 Mar 2015 17:43:35 +0000
(11:43 -0600)
committer
Karl Williamson
<khw@cpan.org>
Mon, 9 Mar 2015 17:50:51 +0000
(11:50 -0600)
pod/perlrebackslash.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrebackslash.pod
b/pod/perlrebackslash.pod
index
425299d
..
48f5e69
100644
(file)
--- a/
pod/perlrebackslash.pod
+++ b/
pod/perlrebackslash.pod
@@
-298,7
+298,7
@@
beginning with a "0".
=head3 Hexadecimal escapes
Like octal escapes, there are two forms of hexadecimal escapes, but both start
-with the s
ame thing,
C<\x>. This is followed by either exactly two hexadecimal
+with the s
equence
C<\x>. This is followed by either exactly two hexadecimal
digits forming a number, or a hexadecimal number of arbitrary length surrounded
by curly braces. The hexadecimal number is the code point of the character you
want to express.