fix comment on arr::set.

This commit is contained in:
Taylor Otwell 2011-08-15 10:38:02 -05:00
parent b2991dd6ba
commit 23e100aa80
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public static function get($array, $key, $default = null)
}
/**
* 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.