Commit 732a1e4a authored by Taylor Otwell's avatar Taylor Otwell

tweaked comment on arr::set.

parent 6750c799
...@@ -35,7 +35,7 @@ class Arr { ...@@ -35,7 +35,7 @@ class Arr {
* 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.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment