Lee Thomason 9 年之前
父節點
當前提交
b29f556ab0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tinyxml2.h

+ 2 - 2
tinyxml2.h

@@ -1802,9 +1802,9 @@ public:
     void Clear();
 
 	/**
-		Copies this document to a target.
+		Copies this document to a target document.
 		The target will be completely cleared before the copy.
-		If you want to copy a sub-tree, see DeepClone.
+		If you want to copy a sub-tree, see XMLNode::DeepClone().
 
 		NOTE: that the 'target' must be non-null and not
 		the source document.