termcolor/doc: fix typo

This commit is contained in:
Richard Dodd (dodj) 2018-03-03 14:20:28 +00:00 committed by Andrew Gallant
parent f5411b992c
commit b98585b429

View File

@ -70,7 +70,7 @@ writeln!(&mut stdout, "green text!")?;
A `BufferWriter` can create buffers and write buffers to stdout or stderr. It A `BufferWriter` can create buffers and write buffers to stdout or stderr. It
does *not* implement `io::Write` or `WriteColor` itself. Instead, `Buffer` does *not* implement `io::Write` or `WriteColor` itself. Instead, `Buffer`
implements `io::Write` and `io::WriteColor`. implements `io::Write` and `termcolor::WriteColor`.
This example shows how to print some green text to stderr. This example shows how to print some green text to stderr.