We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77882c9 commit 3061f9fCopy full SHA for 3061f9f
src/librustc_unicode/char.rs
@@ -386,9 +386,10 @@ impl char {
386
/// Returns the number of 16-bit code units this `char` would need if
387
/// encoded in UTF-16.
388
///
389
- /// See the documentation for [`len_utf8()`][len_utf8] for more explanation
390
- /// of this concept. This function is a mirror, but for UTF-16 instead of
391
- /// 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.
+ ///
392
+ /// [`len_utf8()`]: #method.len_utf8
393
394
/// # Examples
395
0 commit comments