소스 검색

chore: fix typo in the `XMLNode::DeepClone` description

sigmarik 1 년 전
부모
커밋
780b16b5ae
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