diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/Color.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/Color.cs
index 5dddb38055f..c91a51031a0 100644
--- a/modules/mono/glue/GodotSharp/GodotSharp/Core/Color.cs
+++ b/modules/mono/glue/GodotSharp/GodotSharp/Core/Color.cs
@@ -330,7 +330,7 @@ namespace Godot
/// by the specified ratio (on the range of 0 to 1).
///
/// The ratio to lighten by.
- /// The darkened color.
+ /// The lightened color.
public readonly Color Lightened(float amount)
{
Color res = this;