Browse Source

allow entire configuration files to be set.

Taylor Otwell 13 years ago
parent
commit
f72171f691
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/config.php

+ 1 - 1
system/config.php

@@ -88,7 +88,7 @@ class Config {
 	}
 
 	/**
-	 * Parse a configuration key into its module, file, and key segments.
+	 * Parse a configuration key into its module, file, and key parts.
 	 *
 	 * @param  string  $key
 	 * @return array