Browse Source

Improving validation code and comments.

Taylor Otwell 13 years ago
parent
commit
5956b90735
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/validation/rules/size_of.php

+ 1 - 1
system/validation/rules/size_of.php

@@ -119,7 +119,7 @@ class Size_Of extends Rule {
 	}
 
 	/**
-	 * Set the minimum and maximize size of the attribute.
+	 * Set the minimum and maximum size of the attribute.
 	 *
 	 * @param  int  $minimum
 	 * @param  int  $maximum