Merge pull request #65979 from iwoithe/fix-onready-typo
change "no" to "not" in the @onready documentation
This commit is contained in:
commit
240275fb0d
@ -555,7 +555,7 @@
|
|||||||
<annotation name="@onready">
|
<annotation name="@onready">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<description>
|
<description>
|
||||||
Mark the following property as assigned on [Node]'s ready state change. Values for these properties are no assigned immediately upon the node's creation, and instead are computed and stored right before [method Node._ready].
|
Mark the following property as assigned on [Node]'s ready state change. Values for these properties are not assigned immediately upon the node's creation, and instead are computed and stored right before [method Node._ready].
|
||||||
[codeblock]
|
[codeblock]
|
||||||
@onready var character_name: Label = $Label
|
@onready var character_name: Label = $Label
|
||||||
[/codeblock]
|
[/codeblock]
|
||||||
|
Loading…
Reference in New Issue
Block a user