Skip to content

Commit 2ea3a3d

Browse files
committed
✏️ Fix typo
1 parent 8145f98 commit 2ea3a3d

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
@@ -107,7 +107,7 @@ impl io::Write for Terminal {
107107
}
108108

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

0 commit comments

Comments
 (0)