From 01cbdf4481915948773a8abfb67bcc1a44571dab Mon Sep 17 00:00:00 2001 From: Oliver Middleton Date: Wed, 13 Jan 2016 23:19:24 +0000 Subject: Fix some broken and missing links in the docs --- src/libcore/iter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore') diff --git a/src/libcore/iter.rs b/src/libcore/iter.rs index c3bea050558..e3e783329ec 100644 --- a/src/libcore/iter.rs +++ b/src/libcore/iter.rs @@ -1358,7 +1358,7 @@ pub trait Iterator { /// One of the keys to `collect()`'s power is that many things you might /// not think of as 'collections' actually are. For example, a [`String`] /// is a collection of [`char`]s. And a collection of [`Result`] can - /// be thought of as single [`Result, E>`]. See the examples + /// be thought of as single `Result, E>`. See the examples /// below for more. /// /// [`String`]: ../string/struct.String.html -- cgit 1.4.1-3-g733a5