File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ can be accessed via several public properties:
5252

5353
* ``cookies``: equivalent of ``$_COOKIE``;
5454

55-
* ``attributes``: ``HttpKernel`` uses it to store parameters like routing (``_controller``, ``_route`` and any placeholder used) for example;
55+
* ``attributes``: information about the Request that is not directly related to the HTTP data. For example, ``HttpKernel`` uses it to store parameters about routing (``_controller``, ``_route`` and any placeholder used);
5656

5757
* ``files``: equivalent of ``$_FILE``;
5858

0 commit comments

Comments
 (0)