Commit 8227784e authored by Simon Aebersold's avatar Simon Aebersold

Documentation Error, see /laravel/html.php line 225 for reference

parent f9697763
......@@ -85,7 +85,7 @@ For example, the < symbol should be converted to its entity representation. Conv
### Generating a link to a controller action with wildcard values:
echo HTML::link_to_action('user@profile', array($username));
echo HTML::link_to_action('user@profile', 'User Profile', array($username));
<a name="mail-to-links"></a>
## Mail-To Links
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment