Merge pull request #99925 from Mickeon/documentation-no-static-typing-yet

Remove uses of static typing from the documentation
This commit is contained in:
Rémi Verschelde
2024-12-17 16:19:08 +01:00
7 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -734,7 +734,7 @@
<description>
Mark the following property as assigned when the [Node] is ready. Values for these properties are not assigned immediately when the node is initialized ([method Object._init]), and instead are computed and stored right before [method Node._ready].
[codeblock]
@onready var character_name: Label = $Label
@onready var character_name = $Label
[/codeblock]
</description>
</annotation>