Skip to content

Commit 8f437f2

Browse files
authored
Update README.md
1 parent b6ed2b5 commit 8f437f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ g = _, _
266266
e = some(where (p.eft == allow))
267267

268268
[matchers]
269-
m = g(r.sub, p.sub) && r.sub == p.sub && keyMatch2(r.obj, p.obj) && regexMatch(r.act, p.act)
269+
m = g(r.sub, p.sub) && keyMatch2(r.obj, p.obj) && regexMatch(r.act, p.act)
270270
```
271271

272272
Then, using middleware rules:

0 commit comments

Comments
 (0)