From 23e100aa80e65721f9e02db1cd48a961bc52bc47 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 15 Aug 2011 10:38:02 -0500 Subject: [PATCH] fix 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 8532e9eb..942404c4 100644 --- a/system/arr.php +++ b/system/arr.php @@ -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.