We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a171fc commit 1d9acf8Copy full SHA for 1d9acf8
crates/terminal-colorsaurus/src/trx/mod.rs
@@ -108,7 +108,7 @@ impl io::Write for Terminal {
108
}
109
110
impl Terminal {
111
- /// Locks access to this terminal, returing a guard that is readable and writable.
+ /// Locks access to this terminal, returning a guard that is readable and writable.
112
///
113
/// Until the returned [`TerminalLock`] is dropped, all standard I/O streams
114
/// that refer to the same terminal will be locked.
0 commit comments