diff options
| author | Rémi Verschelde | 2017-11-29 09:52:06 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-29 09:52:06 +0100 |
| commit | 2ab7a0f64cdad863ab31d2c10e58e98d00ae84e7 (patch) | |
| tree | c3168c5417b959bf7e54f5de3e4009986408548e /doc/classes/Node.xml | |
| parent | 47d397579bf6b418ffd955c1fd5dba49adddc012 (diff) | |
| download | godot-2ab7a0f64cdad863ab31d2c10e58e98d00ae84e7.tar.gz godot-2ab7a0f64cdad863ab31d2c10e58e98d00ae84e7.tar.zst godot-2ab7a0f64cdad863ab31d2c10e58e98d00ae84e7.zip | |
doc: Fix misplaced constant description
[ci skip]
Diffstat (limited to '')
| -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 eb4ab3e1f..13a25fa48 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -856,7 +856,7 @@ Duplicate the node's scripts. </constant> <constant name="DUPLICATE_USE_INSTANCING" value="8" enum="DuplicateFlags"> - </constant> Duplicate using instancing. + </constant> </constants> </class> |
