Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmachado committed Mar 30, 2017
1 parent 1c6deb2 commit 9b4a797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ Example: `{ a: { b: { c: 1 } } } => { 'a.b.c' : 1 }`.

### matchAnyWord
`string -> string -> bool` Returns true if the second string matches any of the words in the first string.
### matchAllWord

### matchAllWords
`string -> string -> bool` Returns true if the second string matches all of the words in the first string.

### postings
Expand Down

0 comments on commit 9b4a797

Please sign in to comment.