Skip to content

Commit

Permalink
Merge pull request #7833 from leighmackay/change-link-helper-doc
Browse files Browse the repository at this point in the history
Changes url to build in link helper doc
  • Loading branch information
markstory committed Dec 11, 2015
2 parents 338f01f + 875c4fa commit 1158d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/HtmlHelper.php
Expand Up @@ -312,7 +312,7 @@ public function charset($charset = null)
*
* If $url starts with "http://" this is treated as an external link. Else,
* it is treated as a path to controller/action and parsed with the
* UrlHelper::url() method.
* UrlHelper::build() method.
*
* If the $url is empty, $title is used instead.
*
Expand Down

0 comments on commit 1158d60

Please sign in to comment.