doc: fix some typos

PR #2754
This commit is contained in:
tgolang
2024-05-13 19:44:51 +08:00
committed by GitHub
parent bb6f0f5519
commit 22b677900f
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ static ERRORED: AtomicBool = AtomicBool::new(false);
///
/// This locks stdout, not stderr, even though this prints to stderr. This
/// avoids the appearance of interleaving output when stdout and stderr both
/// correspond to a tty.)
/// correspond to a tty.
#[macro_export]
macro_rules! eprintln_locked {
($($tt:tt)*) => {{