diff --git a/framework/yii/web/AccessRule.php b/framework/yii/web/AccessRule.php
index 9bd52ce..0de791c 100644
--- a/framework/yii/web/AccessRule.php
+++ b/framework/yii/web/AccessRule.php
@@ -39,7 +39,7 @@ class AccessRule extends Component
 	 * - `@`: matches an authenticated user
 	 *
 	 * Using additional role names requires RBAC (Role-Based Access Control), and
-	 * [[User::hasAccess()]] will be called.
+	 * [[User::checkAccess()]] will be called.
 	 *
 	 * If this property is not set or empty, it means this rule applies to all roles.
 	 */