Skip to content

Commit

Permalink
doc: update stream.pipeline() signature
Browse files Browse the repository at this point in the history
  • Loading branch information
vsemozhetbyt authored and lpinca committed Feb 22, 2020
1 parent 2f97e97 commit 2f23918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ const cleanup = finished(rs, (err) => {
});
```

### `stream.pipeline(source, ...transforms, destination, callback)`
### `stream.pipeline(source[, ...transforms], destination, callback)`
<!-- YAML
added: v10.0.0
changes:
Expand Down

0 comments on commit 2f23918

Please sign in to comment.