Skip to content

Commit

Permalink
doc: fix writable.write link
Browse files Browse the repository at this point in the history
  • Loading branch information
shama authored and bnoordhuis committed Sep 4, 2013
1 parent 00a1d36 commit 9579464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ modify them.
[`_read(size)`]: #stream_readable_read_size_1
[`_read()`]: #stream_readable_read_size_1
[_read]: #stream_readable_read_size_1
[`writable.write(chunk)`]
[`writable.write(chunk)`]: #stream_writable_write_chunk_encoding_callback
[`write(chunk, encoding, callback)`]: #stream_writable_write_chunk_encoding_callback
[`write()`]: #stream_writable_write_chunk_encoding_callback
[`stream.write(chunk)`]: #stream_writable_write_chunk_encoding_callback
Expand Down

0 comments on commit 9579464

Please sign in to comment.