diff --git a/lam/lib/html.inc b/lam/lib/html.inc
index d7828d2b..685c4858 100644
--- a/lam/lib/html.inc
+++ b/lam/lib/html.inc
@@ -574,7 +574,7 @@ class htmlSelect extends htmlElement {
* Constructor.
*
* @param String $name element name
- * @param array $elements list of elememts
+ * @param array $elements list of elememts (label => value)
* @param array $selectedElements list of selected elements (optional, default none)
* @param int $size size (optional, default = 1)
*/