From 4bfcb064bfc8468d0f47fc270838d1ae7a4c5872 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 4 Nov 2011 21:58:09 -0500 Subject: [PATCH] fix controller comment. --- application/controllers/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/home.php b/application/controllers/home.php index b8afb1ea..d559960e 100644 --- a/application/controllers/home.php +++ b/application/controllers/home.php @@ -14,7 +14,7 @@ class Home_Controller extends Controller { | application "routes.php" file. Laravel is smart enough to find this | controller and call the default method, which is "get_index". | - | Just like routes, controllers are also RESTful by default. Each function + | Just like routes, controllers are also RESTful by default. Each method | is prefixed with the HTTP verb it responds to, allowing you to quickly | build beautiful RESTful applications. |