Skip to content

Commit f3ca92f

Browse files
authored
[Validator] Fix mb_detect_encoding link in Charset
Fix mb_detect_encoding link sending to 404 ( https://www.php.net/manual/en/function.mb-detect-encoding().php )
1 parent d82fae0 commit f3ca92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Charset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Options
8989
An encoding or a set of encodings to check against. If you pass an array of
9090
encodings, the validator will check if the value is encoded in *any* of the
9191
encodings. This option accepts any value that can be passed to
92-
:phpfunction:`mb_detect_encoding()`.
92+
:phpfunction:`mb_detect_encoding`.
9393

9494
.. include:: /reference/constraints/_groups-option.rst.inc
9595

0 commit comments

Comments
 (0)