Skip to content

Commit

Permalink
Example CS
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed May 28, 2015
1 parent 64d379f commit 8b6385b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/models/data-validation.rst
Expand Up @@ -61,7 +61,7 @@ some of these built-in validation rules::
'message' => 'Letters and numbers only'
),
'between' => array(
'rule' => array('lengthBetween', 5, 15),
'rule' => array('lengthBetween', 5, 15),
'message' => 'Between 5 to 15 characters'
)
),
Expand Down

0 comments on commit 8b6385b

Please sign in to comment.