| Index: chrome/browser/resources/chromeos/chromevox/speech_rules/store_util.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/speech_rules/store_util.js b/chrome/browser/resources/chromeos/chromevox/speech_rules/store_util.js
|
| index acc65fa07a71db402c10cc812a63abb0b980bfe6..f7d53356be0fcb5a553ee4777edecb8f33729795 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/speech_rules/store_util.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/speech_rules/store_util.js
|
| @@ -12,7 +12,7 @@ goog.provide('cvox.StoreUtil');
|
| /**
|
| * Count list of nodes and concatenate this with the context string.
|
| * Returns a closure with a local state.
|
| - * @param {Array.<Node>} nodes A node array.
|
| + * @param {Array<Node>} nodes A node array.
|
| * @param {?string} context A context string.
|
| * @return {function(): string} A function returning a string.
|
| */
|
|
|