diff --git a/lib/Cake/View/Helper/HtmlHelper.php b/lib/Cake/View/Helper/HtmlHelper.php index dd5157d3d6a..a8defad3438 100644 --- a/lib/Cake/View/Helper/HtmlHelper.php +++ b/lib/Cake/View/Helper/HtmlHelper.php @@ -459,7 +459,7 @@ public function css($path, $rel = null, $options = array()) { * * Add the script file to the `$scripts_for_layout` layout var: * - * `$this->Html->script('styles.js', null, array('inline' => false));` + * `$this->Html->script('styles.js', array('inline' => false));` * * ### Options *