Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix articles for NF* unicode classes
  • Loading branch information
jsoref committed Jun 15, 2016
1 parent b7e4c71 commit 9765cb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Type/NFD.pod
Expand Up @@ -4,7 +4,7 @@
=SUBTITLE Codepoint-String in Normal Form D (Decomposed)
class NFC is Uni { ... }
class NFD is Uni { ... }
A Codepoint string in the "D" L<Unicode Normalization Form|http://www.unicode.org/reports/tr15/>
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/NFKC.pod
Expand Up @@ -4,7 +4,7 @@
=SUBTITLE Codepoint-String in Normal Form KC (Compatibility Composed)
class NFC is Uni { ... }
class NFKC is Uni { ... }
A Codepoint string in the "KC" L<Unicode Normalization Form|http://www.unicode.org/reports/tr15/>
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/NFKD.pod
Expand Up @@ -4,7 +4,7 @@
=SUBTITLE Codepoint-String in Normal Form KD (Compatibility Decomposed)
class NFC is Uni { ... }
class NFKD is Uni { ... }
A Codepoint string in the "KD" L<Unicode Normalization Form|http://www.unicode.org/reports/tr15/>
Expand Down

0 comments on commit 9765cb3

Please sign in to comment.