| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bfffb97 commit 62edaae
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,8 +20,8 @@ | |||
| 20 | 20 | // USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 21 | 21 | ||
| 22 | 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 | ||
| 23 | + // Since JS doesn't have multiple prototype inheritance, this class | ||
| 24 | + // prototypically inherits from Readable, and then parasitically from | ||
| 25 | 25 | // Writable. | |
| 26 | 26 | ||
| 27 | 27 | 'use strict'; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments