We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0cfa5 commit 729d49dCopy full SHA for 729d49d
src/libstd/macros.rs
@@ -185,7 +185,7 @@ macro_rules! eprintln {
185
/// builds or when debugging in release mode is significantly faster.
186
///
187
/// 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.
+/// should avoid having uses of it in version control for long periods.
189
/// Use cases involving debug output that should be added to version control
190
/// are better served by macros such as [`debug!`] from the [`log`] crate.
191
0 commit comments