1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

Remove uses of static typing from the documentation

This commit is contained in:
Micky
2024-12-02 15:56:46 +01:00
parent 893bbdfde8
commit 109fcbb43a
8 changed files with 19 additions and 19 deletions

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>