Browse Source

fix comment on arr::set.

Taylor Otwell 13 years ago
parent
commit
23e100aa80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/arr.php

+ 1 - 1
system/arr.php

@@ -32,7 +32,7 @@ class Arr {
 	}
 
 	/**
-	 * Set an item in an array.
+	 * Set an array item to a given value.
 	 *
 	 * This method is primarly helpful for setting the value in an array with
 	 * a variable depth, such as configuration arrays.