We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf56dec commit b0fa611Copy full SHA for b0fa611
lib/_stream_duplex.js
@@ -20,8 +20,8 @@
20
// USE OR OTHER DEALINGS IN THE SOFTWARE.
21
22
// 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
+// Since JS doesn't have multiple prototype inheritance, this class
+// prototypically inherits from Readable, and then parasitically from
25
// Writable.
26
27
'use strict';
0 commit comments