summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer
diff options
context:
space:
mode:
authorVolTer <mew.pur.pur@abv.bg>2023-04-06 08:04:22 +0200
committerVolTer <mew.pur.pur@abv.bg>2023-04-10 10:00:09 +0200
commitf832eb92e40f7165d0e2e41684e462fb1858bf15 (patch)
treee917b5c309c91588067e58aebdf54436a53ba977 /modules/gdscript/tests/scripts/analyzer
parente11ae937d50946a9e170303eba0705d6377d080d (diff)
downloadredot-engine-f832eb92e40f7165d0e2e41684e462fb1858bf15.tar.gz
Fix mistakes in documentation and GDScript errors
Diffstat (limited to 'modules/gdscript/tests/scripts/analyzer')
-rw-r--r--modules/gdscript/tests/scripts/analyzer/warnings/onready_with_export.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/analyzer/warnings/onready_with_export.out b/modules/gdscript/tests/scripts/analyzer/warnings/onready_with_export.out
index ff184f9f04..f861d52f2b 100644
--- a/modules/gdscript/tests/scripts/analyzer/warnings/onready_with_export.out
+++ b/modules/gdscript/tests/scripts/analyzer/warnings/onready_with_export.out
@@ -2,5 +2,5 @@ GDTEST_OK
>> WARNING
>> Line: 3
>> ONREADY_WITH_EXPORT
->> The "@onready" annotation will make the default value to be set after the "@export" takes effect and will override it.
+>> "@onready" will set the default value after "@export" takes effect and will override it.
warn