Skip to content

Commit

Permalink
Rollup merge of rust-lang#69711 - penelopezone:patch-1, r=steveklabnik
Browse files Browse the repository at this point in the history
Update macros.rs: fix documentation typo.
  • Loading branch information
JohnTitor committed Mar 5, 2020
2 parents 18d3c36 + 729d49d commit e15d393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ macro_rules! eprintln {
/// builds or when debugging in release mode is significantly faster.
///
/// Note that the macro is intended as a debugging tool and therefore you
/// should avoid having uses of it in version control for longer periods.
/// should avoid having uses of it in version control for long periods.
/// Use cases involving debug output that should be added to version control
/// are better served by macros such as [`debug!`] from the [`log`] crate.
///
Expand Down

0 comments on commit e15d393

Please sign in to comment.