We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f887e commit 04730e0Copy full SHA for 04730e0
1 file changed
user_guide_src/source/libraries/validation.rst
@@ -412,7 +412,7 @@ Or as a labeled style:
412
.. literalinclude:: validation/024.php
413
414
If you'd like to include a field's "human" name, or the optional parameter some rules allow for (such as max_length),
415
-or the value that was validated you can add the ``{field}``, ``{param}`` and ``{value}`` tags to your message, respectively:
+or the value that was validated you can add the ``{field}``, ``{param}`` and ``{value}`` tags to your message, respectively::
416
417
'min_length' => 'Supplied value ({value}) for {field} must have at least {param} characters.'
418
0 commit comments