Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
5saviahv committed Mar 9, 2021
1 parent 7c7753f commit cb76b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/api/traversing.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ var slice = Array.prototype.slice;
var reSiblingSelector = /^\s*[~+]/;

/**
* Matcher provides function, what finds elements based on function provided.
* 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.
*
* @private
* @param {string} name - Function name.
Expand Down

0 comments on commit cb76b81

Please sign in to comment.