diff options
author | Anh Hong <hong4rc@gmail.com> | 2020-12-11 02:45:45 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 06:45:45 +1100 |
commit | b8bc24d167f2e19482d9dc6d367876c361abf4ea (patch) | |
tree | 5e46858514914eed698d1c941fe8593547e93ed4 /std/node/_stream/readable.ts | |
parent | fd9b0202c1bb0e83183fd0a53d8b1303612a5e31 (diff) |
chore: fixed various misspellings and other typos (#8691)
Diffstat (limited to 'std/node/_stream/readable.ts')
-rw-r--r-- | std/node/_stream/readable.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |