Browse Source

Improving validation code and comments.

Taylor Otwell 13 years ago
parent
commit
9d8c5d3587
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/validation/rules/presence_of.php

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

@@ -12,7 +12,7 @@ class Presence_Of extends Rule {
 	public $allow_empty = false;
 
 	/**
-	 * Indicates a null should be considered present.
+	 * Indicates null should be considered present.
 	 *
 	 * @var bool
 	 */