| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e0dd476 commit c31eaad
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ The size of the `Buffer` is established when it is created and cannot be | |||
| 18 | 18 | resized. | |
| 19 | 19 | ||
| 20 | 20 | The `Buffer` class is a global within Node.js, making it unlikely that one | |
| 21 | - would need to ever use `require('buffer')`. | ||
| 21 | + would need to ever use `require('buffer').Buffer`. | ||
| 22 | 22 | ||
| 23 | 23 | ```js | |
| 24 | 24 | const buf1 = new Buffer(10); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments