From dc24d5b282b3c9ffea0da3e5639c68eb3f853f27 Mon Sep 17 00:00:00 2001 From: Tinsh Date: Thu, 21 Apr 2016 16:38:03 +0800 Subject: [PATCH] Correct comments of the "action" method. Is the comment "Action to execute the controller from" correct? --- classes/Kohana/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Kohana/Request.php b/classes/Kohana/Request.php index 0f63ce0af..67cc6f777 100644 --- a/classes/Kohana/Request.php +++ b/classes/Kohana/Request.php @@ -866,7 +866,7 @@ public function controller($controller = NULL) /** * Sets and gets the action for the controller. * - * @param string $action Action to execute the controller from + * @param string $action Action to execute the controller of * @return mixed */ public function action($action = NULL)