From 4b1df67a5050e0e08a941ff96cbc04504d5c4973 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 27 Aug 2018 15:35:24 +0300 Subject: [PATCH] type fix... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 596fada..6341625 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ The `path` is a `"/"` or `"\"` separated string that supports the following item - `"a|b"` - matches either `a` or `b` (same as: `OR('a', 'b')`) - `"!a"` - matches anything but `a` (smae as: `NOT('a')`) -*Note that `"**"` is a special case in that it can not be combined with other patterns above (e.g. in `"a|**"` the string `"**"` is treated literally and has not special meaning).* +*Note that `"**"` is a special case in that it can not be combined with other patterns above (e.g. in `"a|**"` the string `"**"` is treated literally and has no special meaning).* `diff.merge(diff) -> diff` Generate a merged *diff* containing the changes from both diff object.