File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -386,9 +386,10 @@ impl char {
386
386
/// Returns the number of 16-bit code units this `char` would need if
387
387
/// encoded in UTF-16.
388
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.
389
+ /// See the documentation for [`len_utf8()`] for more explanation of this
390
+ /// concept. This function is a mirror, but for UTF-16 instead of UTF-8.
391
+ ///
392
+ /// [`len_utf8()`]: #method.len_utf8
392
393
///
393
394
/// # Examples
394
395
///
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ mod prim_slice { }
350
350
/// ```
351
351
///
352
352
/// [`.as_ptr()`]: #method.as_ptr
353
- /// [`len()`]: # method.len
353
+ /// [`len()`]: #method.len
354
354
mod prim_str { }
355
355
356
356
#[ doc( primitive = "tuple" ) ]
You can’t perform that action at this time.
0 commit comments