fix comment on arr::set.

This commit is contained in:
Taylor Otwell
2011-08-15 10:38:02 -05:00
parent b2991dd6ba
commit 23e100aa80

View File

@@ -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.