Skip to content

Commit cb76b81

Browse files
committed
format
1 parent 7c7753f commit cb76b81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/api/traversing.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ var slice = Array.prototype.slice;
1414
var reSiblingSelector = /^\s*[~+]/;
1515

1616
/**
17-
* Matcher provides function, what finds elements based on function provided.
18-
* It also houses filtering. What may provided later when function is called.
17+
* Matcher provides function, what finds elements based on function provided. It
18+
* also houses filtering. What may provided later when function is called.
1919
*
2020
* @private
2121
* @param {string} name - Function name.

0 commit comments

Comments
 (0)