diff options
| author | Gareth Daniel Smith <garethdanielsmith@gmail.com> | 2012-07-04 22:53:12 +0100 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-07-04 19:18:13 -0700 |
| commit | be0141666dd12316034499db12ee9fcf9ba648dd (patch) | |
| tree | 7d4c985a73e9a85de0e6c1bf2beeed44ebbd0102 /src/libcore/unicode.rs | |
| parent | bfa43ca3011bd1296cb1797ad3ea1c5dc4056749 (diff) | |
| download | rust-be0141666dd12316034499db12ee9fcf9ba648dd.tar.gz rust-be0141666dd12316034499db12ee9fcf9ba648dd.zip | |
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
Diffstat (limited to 'src/libcore/unicode.rs')
| -rw-r--r-- | src/libcore/unicode.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/unicode.rs b/src/libcore/unicode.rs index de120b8cc78..716a59f8ea9 100644 --- a/src/libcore/unicode.rs +++ b/src/libcore/unicode.rs @@ -2565,7 +2565,7 @@ mod general_category { } mod derived_property { - #[doc = "Check if a character has the alphabetic unicode property"] + /// Check if a character has the alphabetic unicode property pure fn Alphabetic(c: char) -> bool { ret alt c { '\x41' to '\x5a' |
