Skip to content

Commit 4e68810

Browse files
authored
doc fix: connection-close event -> close event
[ci skip] fixes watson-developer-cloud#274
1 parent a9a5fed commit 4e68810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/speech_to_text/recognize_stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RecognizeStream.prototype.initialize = function() {
115115
self.listening = false;
116116
self.push(null);
117117
/**
118-
* @event RecognizeStream#connection-close
118+
* @event RecognizeStream#close
119119
* @param {Number} reasonCode
120120
* @param {String} description
121121
*/

0 commit comments

Comments
 (0)