We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e645a commit e697ffbCopy full SHA for e697ffb
src/libstd/io/stdio.rs
@@ -762,7 +762,7 @@ pub fn set_print(sink: Option<Box<dyn Write + Send>>) -> Option<Box<dyn Write +
762
/// otherwise. `label` identifies the stream in a panic message.
763
///
764
/// This function is used to print error messages, so it takes extra
765
-/// care to avoid causing a panic when `local_stream` is unusable.
+/// care to avoid causing a panic when `local_s` is unusable.
766
/// For instance, if the TLS key for the local stream is
767
/// already destroyed, or if the local stream is locked by another
768
/// thread, it will just fall back to the global stream.
0 commit comments