From 3b4f5f8a04f21d94bb40aeef8dc1240953e9b8fc Mon Sep 17 00:00:00 2001 From: VolTer Date: Wed, 16 Nov 2022 00:13:39 +0100 Subject: Remove more instances of 'instance' being used as a verb --- doc/classes/EditorProperty.xml | 2 +- doc/classes/FileSystemDock.xml | 2 +- doc/classes/Node.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/classes/EditorProperty.xml b/doc/classes/EditorProperty.xml index 2aca19510b..e18bea1f67 100644 --- a/doc/classes/EditorProperty.xml +++ b/doc/classes/EditorProperty.xml @@ -150,7 +150,7 @@ Emit it if you want to mark (or unmark) the value of a property for being saved regardless of being equal to the default value. - The default value is the one the property will get when the node is just instantiated and can come from an ancestor scene in the inheritance/instancing chain, a script or a builtin class. + The default value is the one the property will get when the node is just instantiated and can come from an ancestor scene in the inheritance/instantiation chain, a script or a builtin class. diff --git a/doc/classes/FileSystemDock.xml b/doc/classes/FileSystemDock.xml index 5578f449b3..00f5c7ddff 100644 --- a/doc/classes/FileSystemDock.xml +++ b/doc/classes/FileSystemDock.xml @@ -46,7 +46,7 @@ - + diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index b83bff5d5e..2dc32df48f 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -991,7 +991,7 @@ Duplicate the node's scripts. - + Duplicate using instancing. An instance stays linked to the original so when the original changes, the instance changes too. -- cgit v1.2.3