Skip to content

Commit 3839795

Browse files
committed
docs: decorate variable with '``'
1 parent fbabefa commit 3839795

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
@@ -896,7 +896,7 @@ Rules for File Uploads
896896
======================
897897

898898
These validation rules enable you to do the basic checks you might need to verify that uploaded files meet your business needs.
899-
Since the value of a file upload HTML field doesn't exist, and is stored in the $_FILES global, the name of the input field will
899+
Since the value of a file upload HTML field doesn't exist, and is stored in the ``$_FILES`` global, the name of the input field will
900900
need to be used twice. Once to specify the field name as you would for any other rule, but again as the first parameter of all
901901
file upload related rules::
902902

0 commit comments

Comments
 (0)