Skip to content

Commit 729d49d

Browse files
authored
Update macros.rs: fix documentation typo.
1 parent 2b0cfa5 commit 729d49d

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)