Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
afri committed Sep 17, 2018
1 parent 1164371 commit e9cecf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nodejs/fs.sjs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ exports.readFile = function(filename, /* opt */ encoding) {
@summary Return a [sequence::Stream] of the chunks in `filename`.
@param {String} [filename]
@param {optional String} [encoding]
@return {Buffer|String}
@return {sequence::Stream} Stream of [Nodejs buffers](http://nodejs.org/docs/latest/api/buffer.html) or strings
@desc
- If no encoding is specified, then raw data chunks will be emitted.
*/
Expand Down

0 comments on commit e9cecf5

Please sign in to comment.