Skip to content

Commit

Permalink
Update e()'s documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
guidocella committed Dec 1, 2016
1 parent 7ab5dcf commit e7dc734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ The `class_basename` returns the class name of the given class with the class' n
<a name="method-e"></a>
#### `e()` {#collection-method}

The `e` function runs `htmlentities` over the given string:
The `e` function runs `htmlspecialchars` over the given string:

echo e('<html>foo</html>');

Expand Down

0 comments on commit e7dc734

Please sign in to comment.