summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-03-09 16:23:37 -0600
committerKarl Williamson <khw@cpan.org>2020-03-09 16:27:25 -0600
commit01d49772f0e1ec52badb72f3486b3e3b1ebbd5ee (patch)
tree564abc440db1bc5ed6e5b2a3d3a8789b9f13d532 /pod/perlunicode.pod
parent975d8916e99aadf059b284a824eff315e49a1825 (diff)
downloadperl-01d49772f0e1ec52badb72f3486b3e3b1ebbd5ee.tar.gz
perlunicode: Fix typo
Spotted by Hugo van der Sanden
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 212f3e91c3..4aa259ed8f 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -1077,7 +1077,7 @@ have spaces:
qr!\p{scx= /Hebrew|Greek/ }!
To be safe, we should have anchored the above example, to prevent
-matches for something like C<Hebrew_Braile>, but there aren't
+matches for something like C<Hebrew_Braille>, but there aren't
any script names like that.
There are certain properties that it doesn't currently work with. These