From b8bc24d167f2e19482d9dc6d367876c361abf4ea Mon Sep 17 00:00:00 2001 From: Anh Hong Date: Fri, 11 Dec 2020 02:45:45 +0700 Subject: chore: fixed various misspellings and other typos (#8691) --- std/node/_stream/readable.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/node') diff --git a/std/node/_stream/readable.ts b/std/node/_stream/readable.ts index c8ed29953..54e0d8ecd 100644 --- a/std/node/_stream/readable.ts +++ b/std/node/_stream/readable.ts @@ -258,7 +258,7 @@ class Readable extends Stream { //TODO(Soremwar) //Part of doEnd condition - //In node, output/inout are a duplex Stream + //In node, output/input are a duplex Stream // && // dest !== stdout && // dest !== stderr -- cgit v1.2.3