From 1cdfd5a8b04cda61bdabd6d4c883bc0d928fbec2 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 22 Nov 2011 23:33:22 -0600 Subject: [PATCH] remove some comment bloat. --- laravel/uri.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/uri.php b/laravel/uri.php index e21f2525..a4fc6936 100644 --- a/laravel/uri.php +++ b/laravel/uri.php @@ -90,7 +90,7 @@ protected static function remove($uri, $value) * Format a given URI. * * If the URI is an empty string, a single forward slash will be returned. - * Otherwise, we will simply trim the URI's leading and trailing slashes. + * Otherwise, we will trim the URI's leading and trailing slashes. * * @param string $uri * @return string