tweaked comment on arr::set.

This commit is contained in:
Taylor Otwell 2011-08-15 00:20:43 -05:00
parent 6750c799f0
commit 732a1e4a04
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public static function get($array, $key, $default = null)
* Set an item in an array. * Set an item in an array.
* *
* This method is primarly helpful for setting the value in an array with * This method is primarly helpful for setting the value in an array with
* a variable depth, such as configuration files. * a variable depth, such as configuration arrays.
* *
* Like the Arr::get method, JavaScript "dot" syntax is supported. * Like the Arr::get method, JavaScript "dot" syntax is supported.
* *