Skip to content

Commit

Permalink
minor rewording [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Dec 26, 2014
1 parent c76ad1c commit 061b149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/filters/AccessRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class AccessRule extends Component
* - `?`: matches a guest user (not authenticated yet)
* - `@`: matches an authenticated user
*
* Alternatively RBAC (Role-Based Access Control) premission name could be specified. In this case
* [[User::can()]] will be called in order to check access.
* If you are using RBAC (Role-Based Access Control), you may also specify role or permission names.
* In this case, [[User::can()]] will be called to check access.
*
* If this property is not set or empty, it means this rule applies to all roles.
*/
Expand Down

0 comments on commit 061b149

Please sign in to comment.