Skip to content

Commit 04730e0

Browse files
committed
docs: fix RST format
1 parent b6f887e commit 04730e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Or as a labeled style:
412412
.. literalinclude:: validation/024.php
413413

414414
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:
415+
or the value that was validated you can add the ``{field}``, ``{param}`` and ``{value}`` tags to your message, respectively::
416416

417417
'min_length' => 'Supplied value ({value}) for {field} must have at least {param} characters.'
418418

0 commit comments

Comments
 (0)