Skip to content

Commit f8ea564

Browse files
committed
jsdoc
1 parent 474c274 commit f8ea564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### v0.30.0
3+
### v0.30.1
44
* added recognizeMicrophone.isSupported flag (checks for getUserMedia, assumes other features will be there if that one is)
55

66
### v0.29.1

speech-to-text/recognize-stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ RecognizeStream.prototype._write = function(chunk, encoding, callback) {
345345
* (note the bits to Bytes conversion there)
346346
*
347347
* @private
348-
* @param next
348+
* @param {Function} next
349349
*/
350350
RecognizeStream.prototype.afterSend = function afterSend(next) {
351351
if (this.socket.bufferedAmount <= (this._writableState.highWaterMark || 0)) {

0 commit comments

Comments
 (0)