commit | 3a68262c67a55f5dddef19b7b03ec303d080b77b | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sun Mar 25 13:19:40 2012 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Sun Mar 25 13:19:40 2012 -0700 |
tree | 44fede9f779b75312fb17ac13022f0d2dfa6e516 | |
parent | e923c5c4c32db8d50b1d790196d5767dad2ed5f7 [diff] [blame] |
minor doc fix
diff --git a/tinyxml2.h b/tinyxml2.h index 3382472..df5e891 100644 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -405,7 +405,7 @@ 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.