Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ if (chunk.contains('b')) {
callback();
```

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

Expand Down
Loading