summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index 87685eb..7c65ebe 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -28,7 +28,7 @@ namespace pugi
node_null, ///< An undifferentiated entity.
node_document, ///< A document tree's absolute root.
node_element, ///< E.g. '<...>'
- node_pcdata, ///< E.g. '<...>'
+ node_pcdata, ///< E.g. '>...<'
node_cdata, ///< E.g. '<![CDATA[...]]>'
node_comment, ///< E.g. '<!--...-->'
node_pi ///< E.g. '<?...?>'