diff --git a/tutorials/plugins/editor/making_plugins.rst b/tutorials/plugins/editor/making_plugins.rst index f89acca96..fb23a50bf 100644 --- a/tutorials/plugins/editor/making_plugins.rst +++ b/tutorials/plugins/editor/making_plugins.rst @@ -371,7 +371,7 @@ The script could look like this: .. code-tab:: csharp -#if TOOLS + #if TOOLS using Godot; [Tool]