[C#] Fix typo in `Color` documentation

(cherry picked from commit 5aadb8660b)
This commit is contained in:
A Thousand Ships 2024-03-02 18:13:01 +01:00 committed by Rémi Verschelde
parent dd6eced096
commit 045c42f514
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ namespace Godot
/// by the specified ratio (on the range of 0 to 1).
/// </summary>
/// <param name="amount">The ratio to lighten by.</param>
/// <returns>The darkened color.</returns>
/// <returns>The lightened color.</returns>
public readonly Color Lightened(float amount)
{
Color res = this;