Skip to content

Commit

Permalink
Merge pull request laravel#1397 from lukasgeiter/5.0
Browse files Browse the repository at this point in the history
[5.0] Fix string validation rule syntax example
  • Loading branch information
taylorotwell committed May 13, 2015
2 parents 9c51db1 + 57d8fee commit c4fd67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ The given _field_ must match the field under validation.
The field under validation must have a size matching the given _value_. For string data, _value_ corresponds to the number of characters. For numeric data, _value_ corresponds to a given integer value. For files, _size_ corresponds to the file size in kilobytes.

<a name="rule-string"></a>
#### string:_value_
#### string

The field under validation must be a string type.

Expand Down

0 comments on commit c4fd67b

Please sign in to comment.