We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d3795 commit 2a008a2Copy full SHA for 2a008a2
helpers.md
@@ -531,7 +531,7 @@ The `class_basename` returns the class name of the given class with the class' n
531
<a name="method-e"></a>
532
#### `e()` {#collection-method}
533
534
-The `e` function runs `htmlspecialchars` with the `double_encode` option set to false over the given string:
+The `e` function runs PHP's `htmlspecialchars` function with the `double_encode` option set to `false`:
535
536
echo e('<html>foo</html>');
537
0 commit comments