summaryrefslogtreecommitdiff
path: root/kohana/helpers/form.php
diff options
context:
space:
mode:
Diffstat (limited to 'kohana/helpers/form.php')
-rw-r--r--kohana/helpers/form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/helpers/form.php b/kohana/helpers/form.php
index 0eaec0dc..70b98167 100644
--- a/kohana/helpers/form.php
+++ b/kohana/helpers/form.php
@@ -233,7 +233,7 @@ class form_Core {
*
* @param string|array input name or an array of HTML attributes
* @param array select options, when using a name
- * @param string option key that should be selected by default
+ * @param string|array option key(s) that should be selected by default
* @param string a string to be attached to the end of the attributes
* @return string
*/