diff options
author | I Woithe <73422868+iwoithe@users.noreply.github.com> | 2022-09-17 21:02:54 +0930 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-17 21:02:54 +0930 |
commit | 4c785ae3f82416ebb7225af8458eddf979361dd2 (patch) | |
tree | 8e6a95c19f5d5700657dba1933fc0910d38b168d /modules/gdscript/doc_classes | |
parent | 57bdddce02370af3d13e6edc583afdc17264147d (diff) |
Spelling correction: change "no" to "not"
Diffstat (limited to 'modules/gdscript/doc_classes')
-rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index 4f325fcf52..6cf8c1a30e 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -555,7 +555,7 @@ <annotation name="@onready"> <return type="void" /> <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] @onready var character_name: Label = $Label [/codeblock] |