File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ pub trait UnicodeChar {
235
235
/// The case-folding performed is the common or simple mapping: it maps
236
236
/// one Unicode codepoint (one character in Rust) to its uppercase
237
237
/// equivalent according to the Unicode database [1]. The additional
238
- /// `SpecialCasing.txt` is not considered here, as it expands to multiple
238
+ /// [ `SpecialCasing.txt`] is not considered here, as it expands to multiple
239
239
/// codepoints in some cases.
240
240
///
241
241
/// A full reference can be found here [2].
@@ -247,6 +247,8 @@ pub trait UnicodeChar {
247
247
///
248
248
/// [1]: ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt
249
249
///
250
+ /// [`SpecialCasing`.txt`]: ftp://ftp.unicode.org/Public/UNIDATA/SpecialCasing.txt
251
+ ///
250
252
/// [2]: http://www.unicode.org/versions/Unicode4.0.0/ch03.pdf#G33992
251
253
fn to_uppercase ( & self ) -> char ;
252
254
You can’t perform that action at this time.
0 commit comments