summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/hotword_helper/audio_client.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/hotword_helper/audio_client.js')
-rw-r--r--chrome/browser/resources/hotword_helper/audio_client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/hotword_helper/audio_client.js b/chrome/browser/resources/hotword_helper/audio_client.js
index 927e0f7..3b0b46c 100644
--- a/chrome/browser/resources/hotword_helper/audio_client.js
+++ b/chrome/browser/resources/hotword_helper/audio_client.js
@@ -32,7 +32,7 @@
/**
* Keeps track of the effects of different commands. Used to verify that
* proper UIs are shown to the user.
- * @private {Object.<AudioClient.CommandToPage, Object>}
+ * @private {Object<AudioClient.CommandToPage, Object>}
*/
this.uiStatus_ = null;