summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian d foy <brian.d.foy@gmail.com>2011-01-12 18:34:55 -0600
committerbrian d foy <brian.d.foy@gmail.com>2011-01-12 18:34:55 -0600
commit40996c202e82632fd08d96cdf0c0cfe6ba6d65d4 (patch)
tree2633414ead03296507b7e15ef77aff7268af2a9f
parent4e4a173ce26fc4bc34edabb0517c7feb90536256 (diff)
downloadperl-briandfoy/slashN.tar.gz
Whitespace fixbriandfoy/slashN
-rw-r--r--pod/perlre.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index 4262567f57..45afba2edc 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -317,7 +317,7 @@ See L</Extended Patterns> below for details.
=item [7]
-Note that C<\N> has two meanings. When of the form C<\N{NAME}>, it
+Note that C<\N> has two meanings. When of the form C<\N{NAME}>, it
matches the character or character sequence whose name is C<NAME>; and
similarly when of the form C<\N{U+I<hex>}>, it matches the character
whose Unicode code point is I<hex>. Otherwise it matches any character