This commit is contained in:
Araq
2012-05-20 10:58:24 +02:00
parent 0c5a4bf6c0
commit 3700885573

View File

@@ -258,8 +258,8 @@ proc UnicodeLower*: TPeg {.inline.} =
result.kind = pkLower
proc UnicodeUpper*: TPeg {.inline.} =
## constructs the PEG ``\upper`` which matches any Unicode lowercase letter.
result.kind = pkUpper
## constructs the PEG ``\upper`` which matches any Unicode uppercase letter.
result.kind = pkUpper
proc UnicodeTitle*: TPeg {.inline.} =
## constructs the PEG ``\title`` which matches any Unicode title letter.