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