Skip to content

Commit bc6ca52

Browse files
committed
Minor tweak
1 parent 994d88a commit bc6ca52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/expressions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Inside the expression, you have access to a number of variables:
4343
indirectly via the :ref:`role hierarchy <security-role-hierarchy>` but it
4444
does not include the ``IS_AUTHENTICATED_*`` attributes (see the functions below).
4545
``role_names``
46-
A string representation of the roles the user has. This array includes any roles granted
47-
indirectly via the :ref:`role hierarchy <security-role-hierarchy>` but it
46+
An array with the string representation of the roles the user has. This array
47+
includes any roles granted indirectly via the :ref:`role hierarchy <security-role-hierarchy>` but it
4848
does not include the ``IS_AUTHENTICATED_*`` attributes (see the functions below).
4949
``object``
5050
The object (if any) that's passed as the second argument to ``isGranted()``.

0 commit comments

Comments
 (0)