浏览代码

Merge pull request #998 from Sigmarik/master

Fix: typo in the `XMLNode::DeepClone` description
Lee Thomason 1 年之前
父节点
当前提交
374292e9ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tinyxml2.h

+ 1 - 1
tinyxml2.h

@@ -891,7 +891,7 @@ public:
 
 		If the 'target' is null, then the nodes will
 		be allocated in the current document. If 'target'
-        is specified, the memory will be allocated is the
+        is specified, the memory will be allocated in the
         specified XMLDocument.
 
 		NOTE: This is probably not the correct tool to