From 9b4a797d2fda0a93cba566c611398d93e6a3288f Mon Sep 17 00:00:00 2001 From: Carlos Machado Date: Thu, 30 Mar 2017 14:05:53 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82c3806a..8c02c262 100644 --- a/README.md +++ b/README.md @@ -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