diff options
author | alexchond <chondrogiannisproject@gmail.com> | 2019-12-19 17:17:57 +0200 |
---|---|---|
committer | alexchond <chondrogiannisproject@gmail.com> | 2019-12-19 17:17:57 +0200 |
commit | e26b0668717be8bc75e97a0991338d8dbd9540d7 (patch) | |
tree | 1cc51682f82feb24ae696b5e9abbe1c152640409 /doc | |
parent | be3fc176031d8f0c70768721db1f7948ce89463c (diff) |
DUPlICATE_USING_INSTANCE documentation update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Node.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index bfb33e5e47..7243693334 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -994,7 +994,7 @@ </constant> <constant name="DUPLICATE_USE_INSTANCING" value="8" enum="DuplicateFlags"> Duplicate using instancing. - (An instance stays linked to the original so when the original changes, the instance changes too.) + An instance stays linked to the original so when the original changes, the instance changes too. </constant> </constants> </class> |