Index: chrome/browser/resources/hotword/audio_client.js |
diff --git a/chrome/browser/resources/hotword/audio_client.js b/chrome/browser/resources/hotword/audio_client.js |
index df64522e683cd0baaf8e3c8e9643b463b5a2e470..f74f84b15f372f3d49363ddb4cf2fd6560e07640 100644 |
--- a/chrome/browser/resources/hotword/audio_client.js |
+++ b/chrome/browser/resources/hotword/audio_client.js |
@@ -30,7 +30,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; |