Skip to content

Commit

Permalink
Fix link in char docs
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Dec 9, 2015
1 parent 77882c9 commit 3061f9f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/librustc_unicode/char.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@ impl char {
/// Returns the number of 16-bit code units this `char` would need if
/// encoded in UTF-16.
///
/// See the documentation for [`len_utf8()`][len_utf8] for more explanation
/// of this concept. This function is a mirror, but for UTF-16 instead of
/// UTF-8.
/// See the documentation for [`len_utf8()`] for more explanation of this
/// concept. This function is a mirror, but for UTF-16 instead of UTF-8.
///
/// [`len_utf8()`]: #method.len_utf8
///
/// # Examples
///
Expand Down

0 comments on commit 3061f9f

Please sign in to comment.