summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-05-30 08:50:17 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-05-30 08:50:17 -0700
commitc8a1f5bc81fea184e5ed249c98d8039a6270d81c (patch)
tree8228a2191c00eb2bc52c08b2c94b33272be28a13 /includes
parentdd73050be082f4497315222bb55b754db7555d3d (diff)
downloadbrdo-c8a1f5bc81fea184e5ed249c98d8039a6270d81c.tar.gz
brdo-c8a1f5bc81fea184e5ed249c98d8039a6270d81c.tar.bz2
Issue #1601136 by Chaulky: Fix param docs in drupal_validate_form function
Diffstat (limited to 'includes')
-rw-r--r--includes/form.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc
index 3ef32ab41..a86510e05 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -1086,7 +1086,7 @@ function drupal_prepare_form($form_id, &$form, &$form_state) {
* A keyed array containing the current state of the form. The current
* user-submitted data is stored in $form_state['values'], though
* form validation functions are passed an explicit copy of the
- * values for the sake of simplicity. Validation handlers can also
+ * values for the sake of simplicity. Validation handlers can also use
* $form_state to pass information on to submit handlers. For example:
* $form_state['data_for_submission'] = $data;
* This technique is useful when validation requires file parsing,