From 4aec1e094ced38b667b26abaefbb22339e013ff2 Mon Sep 17 00:00:00 2001 From: LunarTides <31688109+LunarTides@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:42:21 +0200 Subject: [PATCH] Fix grammar mistake in scripting_development --- .../development/core_and_modules/scripting_development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/core_and_modules/scripting_development.rst b/contributing/development/core_and_modules/scripting_development.rst index 54a226112..a761a92d4 100644 --- a/contributing/development/core_and_modules/scripting_development.rst +++ b/contributing/development/core_and_modules/scripting_development.rst @@ -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.