From 1b053815d34af8c97aa1da3357d762766acce085 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 23 Nov 2011 08:33:07 -0600 Subject: [PATCH] Cleaning up comments in response class. --- laravel/response.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laravel/response.php b/laravel/response.php index 9c74f142..7ee11e6c 100644 --- a/laravel/response.php +++ b/laravel/response.php @@ -161,7 +161,7 @@ class Response { * * The response status code will be set using the specified code. * - * Note: The specified error code should correspond to a view in your views/error directory. + * Note: The specified error should match a view in your views/error directory. * * * // Create a 404 response @@ -321,4 +321,4 @@ class Response { throw new \BadMethodCallException("Method [$method] is not defined on the Response class."); } -} +} \ No newline at end of file