Skip to content

Commit da96c27

Browse files
authored
Docs: WritableStream -> WriteStream
1 parent b94126b commit da96c27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/prediction/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Model.prototype.analyze = function(callback) {
232232
*
233233
* @param {string|number} label - The output value, either a regression or class
234234
* label.
235-
* @return {WritableStream}
235+
* @return {WriteStream}
236236
*
237237
* @example
238238
* var stream = model.createWriteStream('english');

0 commit comments

Comments
 (0)