Skip to content

Commit

Permalink
Merge pull request #449 from smartdevicelink/bugfix/set-voice-command…
Browse files Browse the repository at this point in the history
…s-docs-fix

Fix JS Docs for setVoiceCommand
  • Loading branch information
renonick87 authored May 26, 2021
2 parents bcfda72 + a437b0c commit 5a07729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/js/src/manager/screen/_VoiceCommandManagerBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class _VoiceCommandManagerBase extends _SubManagerBase {
/**
* Stores the voice commands to send later. Will get overwritten by additional invocations of this method
* @param {VoiceCommand[]} voiceCommands - An array of VoiceCommand instances.
* @returns {Promise} - A promise which resolves after old commands are deleted and new ones are added
* @returns {Promise} - A promise which resolves after the task to remove old commands and add new ones is added to the task queue.
*/
async setVoiceCommands (voiceCommands) {
// we actually need voice commands to set. checks if the array of voice commands passed in contains the same content as the current voice commands
Expand Down

0 comments on commit 5a07729

Please sign in to comment.