Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js |
index 617f3982407770d884ef79f8b073aa39228c9314..4486e195a7f01eb6e743d5072a4a108a092ea73f 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js |
@@ -122,10 +122,9 @@ AutomationUtil.findNextNode = function(cur, dir, pred) { |
* @param {AutomationPredicate.Binary} pred |
* @param {{filter: (AutomationPredicate.Unary|undefined), |
* before: boolean?}=} opt_options |
- * filter - Filters which candidate nodes to |
- * consider. Defaults to leaf nodes only. |
- * before - True to return a_(i - |
- * 1); a_i otherwise. Defaults to false. |
+ * filter - Filters which candidate nodes to consider. Defaults to leaf |
+ * only. |
+ * before - True to return a_(i - 1); a_i otherwise. Defaults to false. |
* @return {AutomationNode} |
*/ |
AutomationUtil.findNodeUntil = function(cur, dir, pred, opt_options) { |