Skip to content

Commit

Permalink
Fix typo in Color.cs
Browse files Browse the repository at this point in the history
Change "reresentation" to "representation".
  • Loading branch information
ericmutta authored Nov 25, 2021
1 parent 8e5ba86 commit fcd2d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AngleSharp.Css/Values/Primitives/Color.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public static Color FromHex(String color)
/// Returns the color from the given hex string if it can be converted, otherwise
/// the color is not set.
/// </summary>
/// <param name="color">The hexadecimal reresentation of the color.</param>
/// <param name="color">The hexadecimal representation of the color.</param>
/// <param name="value">The color value to be created.</param>
/// <returns>The status if the string can be converted.</returns>
public static Boolean TryFromHex(String color, out Color value)
Expand Down

0 comments on commit fcd2d0f

Please sign in to comment.