瀏覽代碼

minor doc fix

Lee Thomason 14 年之前
父節點
當前提交
3a68262c67
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -405,7 +405,7 @@ public:
 	XML Document Object Model (DOM), except XMLAttributes.
 	Nodes have siblings, a parent, and children which can
 	be navigated. A node is always in a XMLDocument.
-	The type of a TiXmlNode can be queried, and it can 
+	The type of a XMLNode can be queried, and it can 
 	be cast to its more defined type.
 
 	An XMLDocument allocates memory for all its Nodes.