commit | caa72a641e8c7cbfc4cf2a0df5b5b0f06d437786 | [log] [tgz] |
---|---|---|
author | Dmitry-Me <wipedout@yandex.ru> | Wed Aug 10 17:34:34 2016 +0300 |
committer | Dmitry-Me <wipedout@yandex.ru> | Wed Aug 10 17:34:34 2016 +0300 |
tree | 9ce44d1b5cd5b44ed0fc0d5242bcdb111b4aa076 | |
parent | 75c8f40640a9014e98498aee7ad6775d58b39dc6 [diff] [blame] |
Make comment more concise
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 1717e0a..4d3d84b 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -739,7 +739,7 @@ const char* XMLNode::Value() const { - // Catch an edge case: XMLDocuments don't have a a Value. Carefully return nullptr. + // Edge case: XMLDocuments don't have a Value. Return null. if ( this->ToDocument() ) return 0; return _value.GetStr();