Skip to content

Commit 4fb2216

Browse files
committed
Rollup merge of rust-lang#25099 - Eljay:master, r=steveklabnik
2 parents 9f50d62 + 86de427 commit 4fb2216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ use slice;
161161
// `Iterator` is an enumeration with one type parameter and two variants,
162162
// which basically means it must be `Option`.
163163

164-
/// The `Option` type. See [the module level documentation](../index.html) for more.
164+
/// The `Option` type. See [the module level documentation](index.html) for more.
165165
#[derive(Clone, Copy, PartialEq, PartialOrd, Eq, Ord, Debug, Hash)]
166166
#[stable(feature = "rust1", since = "1.0.0")]
167167
pub enum Option<T> {

0 commit comments

Comments
 (0)