Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Refix a typo in the link
  • Loading branch information
vsemozhetbyt authored Jun 19, 2016
commit 2dddbe64bf2d5509df2c6f97bcb79b421e760575
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,7 @@ net.createServer((socket) => {

In addition to new Readable streams switching into flowing mode,
pre-v0.10 style streams can be wrapped in a Readable class using the
[`readable.wrap()`][stream-wrap] method.
[`readable.wrap()`][stream-_wrap] method.
Copy link
Copy Markdown
Member

@addaleax addaleax Jun 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be [readable.wrap()][stream.wrap()]?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be the backticks in the second brackets too?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the footer of the file, there is a [stream.wrap()]: #stream_readable_wrap_stream line, so yes, I think so



### `readable.read(0)`
Expand Down