Browse Source

remove some comment bloat.

Taylor Otwell 13 years ago
parent
commit
1cdfd5a8b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/uri.php

+ 1 - 1
laravel/uri.php

@@ -90,7 +90,7 @@ class URI {
 	 * 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