Skip to content

Commit 1d9acf8

Browse files
committed
✏️ Fix typo
1 parent 4a171fc commit 1d9acf8

File tree

1 file changed

+1
-1
lines changed
  • crates/terminal-colorsaurus/src/trx

1 file changed

+1
-1
lines changed

crates/terminal-colorsaurus/src/trx/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ impl io::Write for Terminal {
108108
}
109109

110110
impl Terminal {
111-
/// Locks access to this terminal, returing a guard that is readable and writable.
111+
/// Locks access to this terminal, returning a guard that is readable and writable.
112112
///
113113
/// Until the returned [`TerminalLock`] is dropped, all standard I/O streams
114114
/// that refer to the same terminal will be locked.

0 commit comments

Comments
 (0)