Simon Krajewski 13 years ago
parent
commit
58f455a29c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/Xml.hx

+ 1 - 1
std/Xml.hx

@@ -163,7 +163,7 @@ extern class Xml {
 	function exists( att : String ) : Bool;
 	function exists( att : String ) : Bool;
 
 
 	/**
 	/**
-		Returns an [Iterator] on all the attributes values.
+		Returns an [Iterator] on all the attribute names.
 	**/
 	**/
 	function attributes() : Iterator<String>;
 	function attributes() : Iterator<String>;