We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb19560 commit b69b641Copy full SHA for b69b641
src/libstd/env.rs
@@ -425,13 +425,13 @@ pub struct JoinPathsError {
425
///
426
/// # Errors
427
428
-/// 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
429
/// [`Path`]s contains an invalid character for constructing the `PATH`
430
/// variable (a double quote on Windows or a colon on Unix).
431
432
/// [`Path`]: ../../std/path/struct.Path.html
433
/// [`OsString`]: ../../std/ffi/struct.OsString.html
434
-/// [`Err`]: ../../std/result/enum.Result.html#variant.Err
+/// [err]: ../../std/result/enum.Result.html#variant.Err
435
436
/// # Examples
437
0 commit comments