Skip to content

Commit 68fa353

Browse files
committed
Fix case of abbreviated Unicode properties, perlawhirl++
1 parent 569a7da commit 68fa353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/regexes.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ L<perlunicode|http://perldoc.perl.org/perlunicode.html> documentation:
209209
Nd Decimal_Number (also Digit)
210210
Nl Letter_Number
211211
No Other_Number
212-
P Punctuation (also Punct)
212+
P Punctuation (also punct)
213213
Pc Connector_Punctuation
214214
Pd Dash_Punctuation
215215
Ps Open_Punctuation
@@ -229,7 +229,7 @@ L<perlunicode|http://perldoc.perl.org/perlunicode.html> documentation:
229229
Zl Line_Separator
230230
Zp Paragraph_Separator
231231
C Other
232-
Cc Control (also Cntrl)
232+
Cc Control (also cntrl)
233233
Cf Format
234234
Cs Surrogate
235235
Co Private_Use

0 commit comments

Comments
 (0)