projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22533c0
)
doc: fix the link to Stream document
author
Ryuichi Okumura
<okuryu@okuryu.com>
Sun, 7 Apr 2013 08:19:50 +0000
(17:19 +0900)
committer
Ben Noordhuis
<info@bnoordhuis.nl>
Thu, 16 May 2013 14:56:41 +0000
(16:56 +0200)
doc/api/fs.markdown
patch
|
blob
|
history
diff --git
a/doc/api/fs.markdown
b/doc/api/fs.markdown
index bcf5b24513a1d0f23e98e7f556c9ce4adb466315..542024a17d4251cc8affd92d34049e7f04d0c7a2 100644
(file)
--- a/
doc/api/fs.markdown
+++ b/
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'