summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-06-10 00:40:11 +0100
committerCarl Hetherington <cth@carlh.net>2018-06-10 00:40:11 +0100
commit9fb7d466379c0943c22d3e1f0bc51d737e493d7d (patch)
tree1071b8e6197a767670f9328799ed85decce93fb1 /src
parenta45e4307d377da9fbd17890a3701b443eef5b94e (diff)
Fix comment.
Diffstat (limited to 'src')
-rw-r--r--src/cxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxml.h b/src/cxml.h
index 4d01eef..d5b6261 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -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 */