Index: chrome/browser/resources/chromeos/chromevox/common/chromevox_json.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/common/chromevox_json.js b/chrome/browser/resources/chromeos/chromevox/common/chromevox_json.js |
index ae18d75a7262d2a19d0c94c1047ceb581d45fd47..abee04a9e405cb3d2e774dcc71e39946ddb929a1 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/common/chromevox_json.js |
+++ b/chrome/browser/resources/chromeos/chromevox/common/chromevox_json.js |
@@ -227,7 +227,7 @@ if (window.JSON && window.JSON.toString() == '[object JSON]') { |
if (typeof cvox.ChromeVoxJSON.stringify !== 'function') { |
/** |
* @param {*} value Input object. |
- * @param {(Array.<string>|(function(string, *) : *)|null)=} replacer |
+ * @param {(Array<string>|(function(string, *) : *)|null)=} replacer |
* Replacer array or function. |
* @param {(number|string|null)=} space Whitespace character. |
* @return {string} json string which represents jsonObj. |