diff --git a/src/main/php/img/io/XMPSegment.class.php b/src/main/php/img/io/XMPSegment.class.php index d7c3656c..82dccf4e 100755 --- a/src/main/php/img/io/XMPSegment.class.php +++ b/src/main/php/img/io/XMPSegment.class.php @@ -35,9 +35,9 @@ public static function read($marker, $bytes) { } /** - * Get image bits + * Gets XML document * - * @return int + * @return xml.dom.Document */ public function document() { return $this->document;