From 5877ad3f6b5d29eb99cb6432aad177046bc8f77d Mon Sep 17 00:00:00 2001 From: Alexis Brooks <91137432+0xAlexisSys@users.noreply.github.com> Date: Sat, 31 Jan 2026 22:40:23 +0600 Subject: [PATCH] Fix "subresources" misspelling in `Resource.DEEP_DUPLICATE_NONE` docs --- doc/classes/Resource.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Resource.xml b/doc/classes/Resource.xml index 14c5ec9c4d3..5f2527e3f62 100644 --- a/doc/classes/Resource.xml +++ b/doc/classes/Resource.xml @@ -186,7 +186,7 @@ - No subresorces at all are duplicated. This is useful even in a deep duplication to have all the arrays and dictionaries duplicated but still pointing to the original resources. + No subresources at all are duplicated. This is useful even in a deep duplication to have all the arrays and dictionaries duplicated but still pointing to the original resources. Only subresources without a path or with a scene-local path will be duplicated.