Skip to content

Commit

Permalink
Fixed link issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
maccoda committed May 19, 2017
1 parent fb19560 commit b69b641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,13 +425,13 @@ pub struct JoinPathsError {
///
/// # Errors
///
/// Returns an [`Err`] (containing an error message) if one of the input
/// Returns an [`Err`][err] (containing an error message) if one of the input
/// [`Path`]s contains an invalid character for constructing the `PATH`
/// variable (a double quote on Windows or a colon on Unix).
///
/// [`Path`]: ../../std/path/struct.Path.html
/// [`OsString`]: ../../std/ffi/struct.OsString.html
/// [`Err`]: ../../std/result/enum.Result.html#variant.Err
/// [err]: ../../std/result/enum.Result.html#variant.Err
///
/// # Examples
///
Expand Down

0 comments on commit b69b641

Please sign in to comment.