summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/form_validation.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-02-04 13:34:07 +0100
committerDerek Allard <derek.allard@ellislab.com>2009-02-04 13:34:07 +0100
commit5115725a84e95bbcd5077a6093f1b0ec78c2271b (patch)
treeaccf6b883679b7e7b1a4a7f8b6013714a8bf01be /user_guide/libraries/form_validation.html
parent877ec2a3f6245362e78ffbaf712a81676850a075 (diff)
fixed documentation to reference set_rules() vs set_rule()
Diffstat (limited to 'user_guide/libraries/form_validation.html')
-rw-r--r--user_guide/libraries/form_validation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html
index b49117ed7..31fd6e9f4 100644
--- a/user_guide/libraries/form_validation.html
+++ b/user_guide/libraries/form_validation.html
@@ -1110,7 +1110,7 @@ like <kbd>trim</kbd>, <kbd>htmlspecialchars</kbd>, <kbd>urldecode</kbd>, etc.</p
<p>The following functions are intended for use in your controller functions.</p>
-<h2>$this->form_validation->set_rule();</h2>
+<h2>$this->form_validation->set_rules();</h2>
<p>Permits you to set validation rules, as described in the tutorial sections above:</p>