Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 62edaae

Browse files
antsmartiancodebytere
authored andcommittedJul 9, 2020
stream: fix the spellings
PR-URL: #33635 Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
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)
Please sign in to comment.