From 90867032fa2acb3029aea395664cef0472f5b1d9 Mon Sep 17 00:00:00 2001 From: Matt Freeman Date: Wed, 10 Feb 2016 10:20:34 +0700 Subject: [PATCH] Clarification regarding completing query Confusing use of 'a' better referenced using 'the' as it is in the latter part of sentence, otherwise one could think of separate query --- docs/src/modules/zend.permissions.acl.intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/modules/zend.permissions.acl.intro.rst b/docs/src/modules/zend.permissions.acl.intro.rst index ed7a499b9..e7691220a 100644 --- a/docs/src/modules/zend.permissions.acl.intro.rst +++ b/docs/src/modules/zend.permissions.acl.intro.rst @@ -103,7 +103,7 @@ that "guest" is denied access to "someResource". This fact introduces an ambigui denied and allowed access to "someResource", by reason of having inherited conflicting rules from different parent roles. -``Zend\Permissions\Acl\Acl`` resolves this ambiguity by completing a query when it finds the first rule that is directly +``Zend\Permissions\Acl\Acl`` resolves this ambiguity by completing the query when it finds the first rule that is directly applicable to the query. In this case, since the "member" role is examined before the "guest" role, the example code would print "allowed".