Fix comment.
authorCarl Hetherington <cth@carlh.net>
Sat, 9 Jun 2018 23:40:11 +0000 (00:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 9 Jun 2018 23:40:11 +0000 (00:40 +0100)
src/cxml.h

index 4d01eefdd8858a6985f25451455e210214d24c83..d5b6261a3db7b4a99fd096ab61df565fb6032c1f 100644 (file)
@@ -188,7 +188,7 @@ public:
                return n;
        }
 
-       /** @return The text content of this node (including comments or CDATA) */
+       /** @return The text content of this node (excluding comments or CDATA) */
        std::string content () const;
 
        /** @return namespace URI of this node */