Skip to content

Commit 1896266

Browse files
authored
Rollup merge of #69711 - penelopezone:patch-1, r=steveklabnik
Update macros.rs: fix documentation typo.
2 parents 44f184a + 729d49d commit 1896266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ macro_rules! eprintln {
185185
/// builds or when debugging in release mode is significantly faster.
186186
///
187187
/// Note that the macro is intended as a debugging tool and therefore you
188-
/// should avoid having uses of it in version control for longer periods.
188+
/// should avoid having uses of it in version control for long periods.
189189
/// Use cases involving debug output that should be added to version control
190190
/// are better served by macros such as [`debug!`] from the [`log`] crate.
191191
///

0 commit comments

Comments
 (0)