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 8145f98 commit 2ea3a3dCopy full SHA for 2ea3a3d
crates/terminal-colorsaurus/src/trx/mod.rs
@@ -107,7 +107,7 @@ impl io::Write for Terminal {
107
}
108
109
impl Terminal {
110
- /// 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.
111
///
112
/// Until the returned [`TerminalLock`] is dropped, all standard I/O streams
113
/// that refer to the same terminal will be locked.
0 commit comments