about summary refs log tree commit diff
path: root/src/libcore/unicode.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/unicode.rs')
-rw-r--r--src/libcore/unicode.rs2
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'