diff --git a/src/control.rs b/src/control.rs index 9781e69..24a68d2 100644 --- a/src/control.rs +++ b/src/control.rs @@ -11,7 +11,7 @@ pub trait TermWrite { fn csi(&mut self, b: &[u8]) -> io::Result; /// Print OSC (operating system command) followed by a byte string. fn osc(&mut self, b: &[u8]) -> io::Result; - /// Print OSC (device control string) followed by a byte string. + /// Print DSC (device control string) followed by a byte string. fn dsc(&mut self, b: &[u8]) -> io::Result;