Skip to content

Commit

Permalink
Merge pull request #7 from arkadyp/master
Browse files Browse the repository at this point in the history
fix typo in README
  • Loading branch information
chrisdickinson committed May 7, 2016
2 parents 9b09d46 + fbcde37 commit ed8ac6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Compiles a matching function.

### match(node) -> false | node | [subjects, ...]

Returns false if the provided node matches the selector. Returns truthy if the provided
Returns false if the provided node does not match the selector. Returns truthy if the provided
node *does* match. Exact return value is determined by the selector, based on
the [CSS4 subject selector spec](http://dev.w3.org/csswg/selectors4/#subject): if only
a single node is matched, only that node is returned. If multiple subjects are matched,
Expand Down

0 comments on commit ed8ac6f

Please sign in to comment.