From 780b16b5aeef58fc512eb3b1ff509c731bda189e Mon Sep 17 00:00:00 2001 From: sigmarik Date: Sat, 31 Aug 2024 19:34:27 +0300 Subject: [PATCH] chore: fix typo in the `XMLNode::DeepClone` description --- tinyxml2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyxml2.h b/tinyxml2.h index d5a3afd8..51625897 100644 --- a/tinyxml2.h +++ b/tinyxml2.h @@ -891,7 +891,7 @@ class TINYXML2_LIB XMLNode 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