@@ -323,7 +323,7 @@ Interface's `input` *as if it were provided by the user*.
323323added: v0.7.7
324324-->
325325
326- * ` stream ` {Writable}
326+ * ` stream ` {stream. Writable}
327327* ` dir ` {number}
328328 * ` -1 ` - to the left from cursor
329329 * ` 1 ` - to the right from cursor
@@ -338,7 +338,7 @@ in a specified direction identified by `dir`.
338338added: v0.7.7
339339-->
340340
341- * ` stream ` {Writable}
341+ * ` stream ` {stream. Writable}
342342
343343The ` readline.clearScreenDown() ` method clears the given [ TTY] [ ] stream from
344344the current position of the cursor down.
@@ -362,9 +362,9 @@ changes:
362362-->
363363
364364* ` options ` {Object}
365- * ` input ` {Readable} The [ Readable] [ ] stream to listen to. This option is
365+ * ` input ` {stream. Readable} The [ Readable] [ ] stream to listen to. This option is
366366 * required* .
367- * ` output ` {Writable} The [ Writable] [ ] stream to write readline data to.
367+ * ` output ` {stream. Writable} The [ Writable] [ ] stream to write readline data to.
368368 * ` completer ` {Function} An optional function used for Tab autocompletion.
369369 * ` terminal ` {boolean} ` true ` if the ` input ` and ` output ` streams should be
370370 treated like a TTY, and have ANSI/VT100 escape codes written to it.
@@ -444,7 +444,7 @@ function completer(linePartial, callback) {
444444added: v0.7.7
445445-->
446446
447- * ` stream ` {Writable}
447+ * ` stream ` {stream. Writable}
448448* ` x ` {number}
449449* ` y ` {number}
450450
@@ -456,7 +456,7 @@ given [TTY][] `stream`.
456456added: v0.7.7
457457-->
458458
459- * ` stream ` {Readable}
459+ * ` stream ` {stream. Readable}
460460* ` interface ` {readline.Interface}
461461
462462The ` readline.emitKeypressEvents() ` method causes the given [ Readable] [ ]
@@ -482,7 +482,7 @@ if (process.stdin.isTTY)
482482added: v0.7.7
483483-->
484484
485- * ` stream ` {Writable}
485+ * ` stream ` {stream. Writable}
486486* ` dx ` {number}
487487* ` dy ` {number}
488488
0 commit comments