Browse Source

adjusting comments.

Taylor Otwell 13 years ago
parent
commit
02ad4c5c47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/url.php

+ 1 - 1
laravel/url.php

@@ -159,7 +159,7 @@ class URL {
 		}
 		// If no route was found that handled the given action, we'll just
 		// generate the URL using the typical controller routing setup
-		// for URIs and turn SSL to false.
+		// for URIs and turn SSL to false by default.
 		else
 		{
 			return static::convention($action, $parameters);