| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7bd2cae commit eba2e3c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1052,7 +1052,7 @@ readable.on('readable', () => { | |||
| 1052 | 1052 | }); | |
| 1053 | 1053 | ``` | |
| 1054 | 1054 | ||
| 1055 | - Note that the `while` loop is necessary when processing data with | ||
| 1055 | + The `while` loop is necessary when processing data with | ||
| 1056 | 1056 | `readable.read()`. Only after `readable.read()` returns `null`, | |
| 1057 | 1057 | [`'readable'`]() will be emitted. | |
| 1058 | 1058 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments