From 0e08e147c74bd8435fd0faa7e9199cd816f36bc1 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 26 Mar 2013 16:09:48 +0100 Subject: [PATCH] doc: fix formatting in tty.markdown Fixes #5135. --- doc/api/tty.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tty.markdown b/doc/api/tty.markdown index 104fb8c..36e1f2d 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 -- 2.7.4