mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Fix grammar mistake in scripting_development
This commit is contained in:
@@ -26,7 +26,7 @@ Do not create annotations for general programming language features.
|
||||
# Affects how the editor treats this script.
|
||||
@icon("res://path/to/class/icon.svg")
|
||||
|
||||
# Affects how the engine interacts this script.
|
||||
# Affects how the engine interacts with this script.
|
||||
@onready var character_name = $Label
|
||||
|
||||
# static is a general programming language feature.
|
||||
|
||||
Reference in New Issue
Block a user