fix string array access
[php-utility-classes.git] / classes / document.php-class
index a0800f2889c4643a36164cedd901820fdc823978..198296f3e1a7eaa5ac8906ebec66f1cb3f2b5273 100755 (executable)
@@ -173,8 +173,7 @@ class ExtendedDocument extends DOMDocument {
   //   returns an ExtendedElement that is an HTML <img> with the given src and alt attributes (set to '' by default)
   //
   // public function createElementForm($action, $method, $name)
-  //   returns an ExtendedElement that is an HTML <div> that is a child of an HTML <form>
-  //   with the given action, method, and name
+  //   returns an ExtendedElement that is an HTML <form> with the given action, method, and name
   //
   // public function createElementInputHidden($name, $value)
   //   returns an ExtendedElement that is an HTML <input> of type 'hidden' with the given name and value