diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2013-03-26 16:09:48 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-03-26 16:09:51 +0100 |
commit | 0e08e147c74bd8435fd0faa7e9199cd816f36bc1 (patch) | |
tree | 61c6adcff8eb7a95db65f6ea2efb1824a59dfea7 | |
parent | fb6dd0c0b5a9705d691054449e4beb4cf7a73ea1 (diff) | |
download | node-new-0e08e147c74bd8435fd0faa7e9199cd816f36bc1.tar.gz |
doc: fix formatting in tty.markdown
Fixes #5135.
-rw-r--r-- | doc/api/tty.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tty.markdown b/doc/api/tty.markdown index 104fb8ca41..36e1f2daa8 100644 --- a/doc/api/tty.markdown +++ b/doc/api/tty.markdown @@ -46,7 +46,7 @@ of the `tty.ReadStream` instance. to the resulting mode. -## Class WriteStream +## Class: WriteStream A `net.Socket` subclass that represents the writable portion of a tty. In normal circumstances, `process.stdout` will be the only `tty.WriteStream` instance |