diff --git a/cake/libs/view/helpers/html.php b/cake/libs/view/helpers/html.php index 3dedaccbcf7..dee7cc309e2 100644 --- a/cake/libs/view/helpers/html.php +++ b/cake/libs/view/helpers/html.php @@ -806,7 +806,7 @@ function nestedList($list, $options = array(), $itemOptions = array(), $tag = 'u /** * Internal function to build a nested list (UL/OL) out of an associative array. * - * @param array $list Set of elements to list + * @param array $items Set of elements to list * @param array $options Additional HTML attributes of the list (ol/ul) tag * @param array $itemOptions Additional HTML attributes of the list item (LI) tag * @param string $tag Type of list tag to use (ol/ul)