summaryrefslogtreecommitdiff
path: root/pod/perlrebackslash.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-03-29 21:23:14 -0600
committerKarl Williamson <khw@cpan.org>2015-03-29 22:14:01 -0600
commitbc1d97289b2d0ec6fdf82e6ea23e7ae8fd8e2ff5 (patch)
tree8cd07cc3385b0a7818d1c14abbae3c3f6f12b9d5 /pod/perlrebackslash.pod
parent127161e0d0fece1f61b6e7a16bdf935e51849da1 (diff)
downloadperl-bc1d97289b2d0ec6fdf82e6ea23e7ae8fd8e2ff5.tar.gz
perlrebackslash: Nit
Diffstat (limited to 'pod/perlrebackslash.pod')
-rw-r--r--pod/perlrebackslash.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod
index b9664aa6ea..55df618339 100644
--- a/pod/perlrebackslash.pod
+++ b/pod/perlrebackslash.pod
@@ -67,7 +67,7 @@ as C<Not in [].>
\a Alarm or bell.
\A Beginning of string. Not in [].
\b{}, \b Boundary. (\b is a backspace in []).
- \B{}, \B Not a boundary.
+ \B{}, \B Not a boundary. Not in [].
\cX Control-X.
\C Single octet, even under UTF-8. Not in [].
(Deprecated)