We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7753f commit cb76b81Copy full SHA for cb76b81
1 file changed
lib/api/traversing.js
@@ -14,8 +14,8 @@ var slice = Array.prototype.slice;
14
var reSiblingSelector = /^\s*[~+]/;
15
16
/**
17
- * Matcher provides function, what finds elements based on function provided.
18
- * It also houses filtering. What may provided later when function is called.
+ * Matcher provides function, what finds elements based on function provided. It
+ * also houses filtering. What may provided later when function is called.
19
*
20
* @private
21
* @param {string} name - Function name.
0 commit comments