Skip to content

Commit 77882c9

Browse files
committed
Fix extra space in str docs
1 parent 08a5b11 commit 77882c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/primitive_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ mod prim_slice { }
350350
/// ```
351351
///
352352
/// [`.as_ptr()`]: #method.as_ptr
353-
/// [`len()`]: # method.len
353+
/// [`len()`]: #method.len
354354
mod prim_str { }
355355

356356
#[doc(primitive = "tuple")]

0 commit comments

Comments
 (0)