doc change for Readable._read()

This commit is contained in:
Lars-Magnus Skog 2013-03-01 21:09:36 +01:00 committed by isaacs
parent fc22986023
commit 4b20f3440d

View File

@ -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