summaryrefslogtreecommitdiff
path: root/std/node
diff options
context:
space:
mode:
Diffstat (limited to 'std/node')
-rw-r--r--std/node/_stream/readable.ts2
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