mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
termcolor/doc: fix typo
This commit is contained in:
parent
f5411b992c
commit
b98585b429
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user