Fix incorrect link in println! documentation
The eprintln! link was incorrectly linking to eprint! instead
This commit is contained in:
parent
2462a2de8c
commit
1b355a8976
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ macro_rules! print {
|
||||||
///
|
///
|
||||||
/// [`format!`]: ../std/macro.format.html
|
/// [`format!`]: ../std/macro.format.html
|
||||||
/// [`std::fmt`]: ../std/fmt/index.html
|
/// [`std::fmt`]: ../std/fmt/index.html
|
||||||
/// [`eprintln!`]: ../std/macro.eprint.html
|
/// [`eprintln!`]: ../std/macro.eprintln.html
|
||||||
/// # Panics
|
/// # Panics
|
||||||
///
|
///
|
||||||
/// Panics if writing to `io::stdout` fails.
|
/// Panics if writing to `io::stdout` fails.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue