Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc change for Readable._read()
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Magnus Skog authored and isaacs committed Mar 2, 2013
1 parent fc22986 commit 4b20f34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/api/stream.markdown
Expand Up @@ -108,7 +108,6 @@ initialized.
### readable.\_read(size)

* `size` {Number} Number of bytes to read asynchronously
* `callback` {Function} Called with an error or with data

Note: **This function should NOT be called directly.** It should be
implemented by child classes, and called by the internal Readable
Expand Down

0 comments on commit 4b20f34

Please sign in to comment.