Skip to content

Commit 62edaae

Browse files
antsmartiancodebytere
authored andcommitted
stream: fix the spellings
PR-URL: #33635 Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent bfffb97 commit 62edaae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/_stream_duplex.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

2222
// a duplex stream is just a stream that is both readable and writable.
23-
// Since JS doesn't have multiple prototypal inheritance, this class
24-
// prototypally inherits from Readable, and then parasitically from
23+
// Since JS doesn't have multiple prototype inheritance, this class
24+
// prototypically inherits from Readable, and then parasitically from
2525
// Writable.
2626

2727
'use strict';

0 commit comments

Comments
 (0)