From 9fb7d466379c0943c22d3e1f0bc51d737e493d7d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 10 Jun 2018 00:40:11 +0100 Subject: Fix comment. --- src/cxml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 */ -- cgit v1.2.3