@@ -1383,7 +1383,7 @@ resource.
1383
1383
[ ` writable._write() ` ] [ stream-_write ] .
1384
1384
1385
1385
* Note* : This function MUST NOT be called by application code directly. It
1386
- should be implemented by child classes, and called only by the internal Writable
1386
+ should be implemented by child classes, and called by the internal Writable
1387
1387
class methods only.
1388
1388
1389
1389
The ` callback ` method must be called to signal either that the write completed
@@ -1418,7 +1418,7 @@ user programs.
1418
1418
argument) to be invoked when processing is complete for the supplied chunks.
1419
1419
1420
1420
* Note* : This function MUST NOT be called by application code directly. It
1421
- should be implemented by child classes, and called only by the internal Writable
1421
+ should be implemented by child classes, and called by the internal Writable
1422
1422
class methods only.
1423
1423
1424
1424
The ` writable._writev() ` method may be implemented in addition to
@@ -1573,7 +1573,7 @@ const myReadable = new Readable({
1573
1573
* ` size ` {number} Number of bytes to read asynchronously
1574
1574
1575
1575
* Note* : This function MUST NOT be called by application code directly. It
1576
- should be implemented by child classes, and called only by the internal Readable
1576
+ should be implemented by child classes, and called by the internal Readable
1577
1577
class methods only.
1578
1578
1579
1579
All Readable stream implementations must provide an implementation of the
@@ -1974,7 +1974,7 @@ after all data has been output, which occurs after the callback in
1974
1974
argument and data) to be called when remaining data has been flushed.
1975
1975
1976
1976
* Note* : This function MUST NOT be called by application code directly. It
1977
- should be implemented by child classes, and called only by the internal Readable
1977
+ should be implemented by child classes, and called by the internal Readable
1978
1978
class methods only.
1979
1979
1980
1980
In some cases, a transform operation may need to emit an additional bit of
@@ -2009,7 +2009,7 @@ user programs.
2009
2009
processed.
2010
2010
2011
2011
* Note* : This function MUST NOT be called by application code directly. It
2012
- should be implemented by child classes, and called only by the internal Readable
2012
+ should be implemented by child classes, and called by the internal Readable
2013
2013
class methods only.
2014
2014
2015
2015
All Transform stream implementations must provide a ` _transform() `
0 commit comments