Skip to content

Commit a4c6263

Browse files
committed
doc fix
1 parent 7e2b05f commit a4c6263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech-to-text/format-stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var defaults = require('defaults');
1515
* May be used as either a Stream, or a standalone helper.
1616
*
1717
* @param {Object} opts
18-
* @param {String} opts.model - some models / languages need special handling
18+
* @param {String} [opts.model] - some models / languages need special handling
1919
* @param {String} [opts.hesitation=''] - what to put down for a "hesitation" event, also consider \u2026 (ellipsis: ...)
2020
* @param {Boolean} [options.objectMode=false] - emit `result` objects instead of string Buffers for the `data` events.
2121
* @constructor

0 commit comments

Comments
 (0)