From 732a1e4a046f709509f9708113f3dc5ae58f59df Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 15 Aug 2011 00:20:43 -0500 Subject: [PATCH] tweaked comment on arr::set. --- system/arr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/arr.php b/system/arr.php index f05eeeef..06889cf2 100644 --- a/system/arr.php +++ b/system/arr.php @@ -35,7 +35,7 @@ public static function get($array, $key, $default = null) * Set an item in an array. * * 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. *