Browse Source

Just tweaking comments.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
Taylor Otwell 12 years ago
parent
commit
aeaebead18
1 changed files with 2 additions and 2 deletions
  1. 2 2
      laravel/autoloader.php

+ 2 - 2
laravel/autoloader.php

@@ -75,8 +75,8 @@ class Autoloader {
 			return static::load_namespaced($class, $namespace, $directory);
 			return static::load_namespaced($class, $namespace, $directory);
 		}
 		}
 
 
-		// If the class uses PEARish style underscores for indicating its
-		// directory structure, we will load the class using the PSR-0
+		// If the class uses PEAR-ish style underscores for indicating its
+		// directory structure we'll load the class using PSR-0 standards
 		// standards from that directory, trimming the root.
 		// standards from that directory, trimming the root.
 		$namespace = root_namespace($class, '_').'_';
 		$namespace = root_namespace($class, '_').'_';