Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkady Pevzner committed Jul 9, 2015
1 parent 92a4aa2 commit fbcde37
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 fbcde37

Please sign in to comment.