Skip to content

Commit 2a008a2

Browse files
authored
Update helpers.md
1 parent 92d3795 commit 2a008a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ The `class_basename` returns the class name of the given class with the class' n
531531
<a name="method-e"></a>
532532
#### `e()` {#collection-method}
533533

534-
The `e` function runs `htmlspecialchars` with the `double_encode` option set to false over the given string:
534+
The `e` function runs PHP's `htmlspecialchars` function with the `double_encode` option set to `false`:
535535

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

0 commit comments

Comments
 (0)