Skip to content

Commit c230df7

Browse files
authored
Merge pull request #444 from dtom90/master
Changed tone_chat parameter `params.utterances` argument type to Object
2 parents 2014f68 + 24bff30 commit c230df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tone-analyzer/v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ToneAnalyzerV3.prototype.tone = function(params, callback) {
9090

9191
/**
9292
* @param {Object} params The parameters to call the service
93-
* @param {string} [params.utterances] - The utterances to analyze. Utterances must be a JSON object.
93+
* @param {Object} [params.utterances] - The utterances to analyze. Utterances must be a JSON object.
9494
*
9595
* @param callback The callback.
9696
*/

0 commit comments

Comments
 (0)