Merge pull request #89092 from AThousandShips/csharp_doc

[C#] Fix typo in `Color` documentation
This commit is contained in:
Rémi Verschelde 2024-03-04 13:34:06 +01:00
commit dd2a611118
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

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