Skip to content

Commit adfd322

Browse files
steveklabnikbrson
authored andcommitted
Fix extra space in str docs
1 parent cedaee6 commit adfd322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
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)