Skip to content

Commit

Permalink
Merge pull request #2880 from guidocella/update-e-doc
Browse files Browse the repository at this point in the history
Update e()'s documentation
  • Loading branch information
taylorotwell authored Dec 1, 2016
2 parents c777a19 + e7dc734 commit 12ba854
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 12ba854

Please sign in to comment.