diff options
Diffstat (limited to 'modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptSignalsGenerator.cs')
-rw-r--r-- | modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptSignalsGenerator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptSignalsGenerator.cs b/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptSignalsGenerator.cs index 54f2212339..90436f62fd 100644 --- a/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptSignalsGenerator.cs +++ b/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/ScriptSignalsGenerator.cs @@ -229,7 +229,7 @@ namespace Godot.SourceGenerators source.Append(" /// <summary>\n") .Append(" /// Get the signal information for all the signals declared in this class.\n") - .Append(" /// This method is used by Godot to register the available signals in the editor.\n") + .Append(" /// This method is used by Redot to register the available signals in the editor.\n") .Append(" /// Do not call this method.\n") .Append(" /// </summary>\n"); |