Browse Source

Improving validation code and comments.

Taylor Otwell 13 years ago
parent
commit
72c3f1859f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/validation/rules/format_of.php

+ 1 - 1
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
 	 */