diff options
Diffstat (limited to 'includes/form.inc')
-rw-r--r-- | includes/form.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/form.inc b/includes/form.inc index 4aac8d1a9..5f8262c44 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -942,9 +942,9 @@ function form_select_options($element, $choices = NULL) { } /** - * Traverses a select element's #option array looking for the object that + * Traverses a select element's #option array looking for the object that * holds the given key. Returns FALSE if not found. As usual with functions - * that can return 0 or FALSE do not forget to use === and !== if needed. + * that can return 0 or FALSE do not forget to use === and !== if needed. * * @param $element * The select element. |