about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-12-10 06:38:06 +0000
committerbors <bors@rust-lang.org>2015-12-10 06:38:06 +0000
commit8eee0efd1f3f43e379abf7dfcb190bd60700eeca (patch)
tree9870ad66098b6439a3d1a4d606a850b2fe78721b /src/libstd
parentee597a8ee155e1a9d9a6479cde35e8c6975a543e (diff)
parent3061f9f5734107c859f987d504c191a724215e8e (diff)
downloadrust-8eee0efd1f3f43e379abf7dfcb190bd60700eeca.tar.gz
rust-8eee0efd1f3f43e379abf7dfcb190bd60700eeca.zip
Auto merge of #30293 - steveklabnik:fixes, r=brson
I meant to double check the work in https://github.com/rust-lang/rust/issues/29429, but due to Mozlando, forgot. Here are two small fixes.

r? @brson I would like to get this backported to beta as well, sorry :( I don't generally want doc backports, but feel this is exceptional and worth it.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/primitive_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs
index fd422d3b397..afeb4231aba 100644
--- a/src/libstd/primitive_docs.rs
+++ b/src/libstd/primitive_docs.rs
@@ -350,7 +350,7 @@ mod prim_slice { }
 /// ```
 ///
 /// [`.as_ptr()`]: #method.as_ptr
-/// [`len()`]: # method.len
+/// [`len()`]: #method.len
 mod prim_str { }
 
 #[doc(primitive = "tuple")]