diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-06-10 00:40:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-06-10 00:40:11 +0100 |
| commit | 9fb7d466379c0943c22d3e1f0bc51d737e493d7d (patch) | |
| tree | 1071b8e6197a767670f9328799ed85decce93fb1 /src | |
| parent | a45e4307d377da9fbd17890a3701b443eef5b94e (diff) | |
Fix comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/cxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
