Skip to content

Commit b2dece3

Browse files
pjcjkhwilliamson
authored andcommitted
Fix typos in perlunicode
1 parent 0b9e656 commit b2dece3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pod/perlunicode.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ in any (single) script
11351135
# digits. When specifying a subset of these, we must include \d to
11361136
# prevent things like U+00B2 SUPERSCRIPT TWO from matching
11371137
my $zero_through_255 =
1138-
qr/ \b (*sr: # All from same sript
1138+
qr/ \b (*sr: # All from same script
11391139
(?[ \p{nv=0} & \d ])* # Optional leading zeros
11401140
( # Then one of:
11411141
\d{1,2} # 0 - 99
@@ -1541,7 +1541,7 @@ UTF-8.
15411541

15421542
UTF-16, UTF-16BE, UTF-16LE, Surrogates, and C<BOM>'s (Byte Order Marks)
15431543

1544-
The followings items are mostly for reference and general Unicode
1544+
The following items are mostly for reference and general Unicode
15451545
knowledge, Perl doesn't use these constructs internally.
15461546

15471547
Like UTF-8, UTF-16 is a variable-width encoding, but where

0 commit comments

Comments
 (0)