Skip to content

Commit 3ceb028

Browse files
0hmXavivkeller
andauthored
Update apps/site/pages/en/learn/modules/backpressuring-in-streams.md
Co-authored-by: Aviv Keller <me@aviv.sh> Signed-off-by: 0hm☘️ <109351887+0hmX@users.noreply.github.com>
1 parent f6b3475 commit 3ceb028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/modules/backpressuring-in-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ class MyReadable extends Readable {
559559

560560
Here is an example of good practice, where the `Readable` stream respects backpressure by checking the return value of `this.push()`:
561561

562-
```javascript
562+
```js
563563
class MyReadable extends Readable {
564564
_read(size) {
565565
let chunk;

0 commit comments

Comments
 (0)