Skip to content

Commit b4a065a

Browse files
committed
Correct typo in doc for StdinReaderGuard
1 parent 1c2df5c commit b4a065a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/stdio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pub struct StdinReader {
104104
inner: Arc<Mutex<BufferedReader<StdReader>>>,
105105
}
106106

107-
/// A guard for exlusive access to `StdinReader`'s internal `BufferedReader`.
107+
/// A guard for exclusive access to `StdinReader`'s internal `BufferedReader`.
108108
pub struct StdinReaderGuard<'a> {
109109
inner: MutexGuard<'a, BufferedReader<StdReader>>,
110110
}

0 commit comments

Comments
 (0)