Skip to content

Commit 51a0c6a

Browse files
committed
Rollup merge of rust-lang#25614 - parir:patch-2, r=alexcrichton
r? @steveklabnik
2 parents dd1c68e + 3b95cd7 commit 51a0c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_unicode/char.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ impl char {
429429
///
430430
/// [1]: ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt
431431
///
432-
/// [`SpecialCasing`.txt`]: ftp://ftp.unicode.org/Public/UNIDATA/SpecialCasing.txt
432+
/// [`SpecialCasing.txt`]: ftp://ftp.unicode.org/Public/UNIDATA/SpecialCasing.txt
433433
///
434434
/// [2]: http://www.unicode.org/versions/Unicode4.0.0/ch03.pdf#G33992
435435
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)