Skip to content

Commit

Permalink
Update macros.rs: fix documentation typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fables-tales committed Mar 4, 2020
1 parent 2b0cfa5 commit 729d49d
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 729d49d

Please sign in to comment.