Browse Source

fixed misleading comment.

Taylor Otwell 13 years ago
parent
commit
429ac00ff5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/config.php

+ 1 - 1
laravel/config.php

@@ -14,7 +14,7 @@ class Config {
 	public static $items = array();
 
 	/**
-	 * A cache of the loaded configuration items.
+	 * A cache of the parsed configuration items.
 	 *
 	 * @var array
 	 */