From 23413a58c135e36b6c9a18021db2b4bf386e7e0d Mon Sep 17 00:00:00 2001 From: betalars Date: Fri, 28 Jul 2023 19:12:05 +0200 Subject: [PATCH] fixing typo in _customize_scene description --- doc/classes/EditorExportPlugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/EditorExportPlugin.xml b/doc/classes/EditorExportPlugin.xml index 75641a448692..9976ae64d002 100644 --- a/doc/classes/EditorExportPlugin.xml +++ b/doc/classes/EditorExportPlugin.xml @@ -44,7 +44,7 @@ Customize a scene. If changes are made to it, return the same or a new scene. Otherwise, return [code]null[/code]. If a new scene is returned, it is up to you to dispose of the old one. - Implementing this method is required if [method _begin_customize_resources] returns [code]true[/code]. + Implementing this method is required if [method _begin_customize_scenes] returns [code]true[/code].