Skip to content

Commit f58b41b

Browse files
authored
Fix documentation reference for write function
Updated reference from '._writev()' to '._write()' in documentation. Signed-off-by: Muhammad Ahmed <104449961+ahmedhere@users.noreply.github.com>
1 parent 01b00b6 commit f58b41b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ if (chunk.contains('b')) {
678678
callback();
679679
```
680680

681-
There are also some things to look out for when implementing [`._writev()`][].
681+
There are also some things to look out for when implementing [`._write()`][].
682682
The function is coupled with [`.cork()`][], but there is a common mistake when
683683
writing:
684684

0 commit comments

Comments
 (0)