From 72c3f1859fa9800bd65b202d7bb48a9583312910 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 22 Jun 2011 07:02:19 -0700 Subject: [PATCH] Improving validation code and comments. --- system/validation/rules/format_of.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/validation/rules/format_of.php b/system/validation/rules/format_of.php index c615b443..4b969dc0 100644 --- a/system/validation/rules/format_of.php +++ b/system/validation/rules/format_of.php @@ -5,7 +5,7 @@ use System\Validation\Rule; class Format_Of extends Rule { /** - * The regular expression that will be used to evaluate the attribute. + * The regular expression that will be used to validate the attribute. * * @var string */