Browse Source

doc: fix the link to Stream document

v0.10.7-release
Ryuichi Okumura 12 years ago
committed by Ben Noordhuis
parent
commit
b06c82fd88
  1. 4
      doc/api/fs.markdown

4
doc/api/fs.markdown

@ -671,7 +671,7 @@ An example to read the last 10 bytes of a file which is 100 bytes long:
## Class: fs.ReadStream
`ReadStream` is a [Readable Stream](stream.html#stream_readable_stream).
`ReadStream` is a [Readable Stream](stream.html#stream_class_stream_readable).
### Event: 'open'
@ -697,7 +697,7 @@ default mode `w`.
## fs.WriteStream
`WriteStream` is a [Writable Stream](stream.html#stream_writable_stream).
`WriteStream` is a [Writable Stream](stream.html#stream_class_stream_writable).
### Event: 'open'

Loading…
Cancel
Save