Skip to content

Commit

Permalink
Fix incorrect link in Option documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Jeffery committed May 4, 2015
1 parent a979efc commit 86de427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/option.rs
Expand Up @@ -161,7 +161,7 @@ use slice;
// `Iterator` is an enumeration with one type parameter and two variants,
// which basically means it must be `Option`.

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

0 comments on commit 86de427

Please sign in to comment.