From b9c45264b84239afc14a73abc46b7c2570ee22fb Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 29 Oct 2011 23:30:53 -0500 Subject: [PATCH] tweaking a comment. --- laravel/request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/request.php b/laravel/request.php index d7ce10a3..f6378597 100644 --- a/laravel/request.php +++ b/laravel/request.php @@ -24,7 +24,7 @@ class Request { const spoofer = '__spoofer'; /** - * Get the current request's URI. + * Get the URI for the current request. * * @return string */