Merge pull request #10 from shortenda/patch-1

Fix typo in doc
This commit is contained in:
Ticki 2016-03-16 13:51:07 +01:00
commit 06cfe596c0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pub trait TermWrite {
fn csi(&mut self, b: &[u8]) -> io::Result<usize>;
/// Print OSC (operating system command) followed by a byte string.
fn osc(&mut self, b: &[u8]) -> io::Result<usize>;
/// 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<usize>;