diff --git a/general/controllers/base.html b/general/controllers/base.html index c1f5d812c..c93a6f370 100644 --- a/general/controllers/base.html +++ b/general/controllers/base.html @@ -90,7 +90,7 @@

Special controller properties

$request

-

This property holds the Request object. It cannot not be overwritten. However, it can be used to get information about the current request.

+

This property holds the Request object. It should not be overwritten. It should be used to get information about the current request. It should be thought of as read-only.