Преглед изворни кода

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
 		If the 'target' is null, then the nodes will
 		be allocated in the current document. If 'target'
 		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.
         specified XMLDocument.
 
 
 		NOTE: This is probably not the correct tool to
 		NOTE: This is probably not the correct tool to