Skip to content

Commit d7465c1

Browse files
committed
Merge pull request laravel#1583 from srobati/5.1
clear naming validation.md
2 parents 99551ca + ea00298 commit d7465c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,9 @@ The field under validation must match the given regular expression.
615615
The field under validation must be present in the input data.
616616

617617
<a name="rule-required-if"></a>
618-
#### required_if:_field_,_value_,...
618+
#### required_if:_anotherfield_,_value_,...
619619

620-
The field under validation must be present if the _field_ field is equal to any _value_.
620+
The field under validation must be present if the _anotherfield_ field is equal to any _value_.
621621

622622
<a name="rule-required-with"></a>
623623
#### required_with:_foo_,_bar_,...

0 commit comments

Comments
 (0)