Skip to content

Commit fcd2d0f

Browse files
authored
Fix typo in Color.cs
Change "reresentation" to "representation".
1 parent 8e5ba86 commit fcd2d0f

File tree

1 file changed

+1
-1
lines changed
  • src/AngleSharp.Css/Values/Primitives

1 file changed

+1
-1
lines changed

src/AngleSharp.Css/Values/Primitives/Color.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public static Color FromHex(String color)
210210
/// Returns the color from the given hex string if it can be converted, otherwise
211211
/// the color is not set.
212212
/// </summary>
213-
/// <param name="color">The hexadecimal reresentation of the color.</param>
213+
/// <param name="color">The hexadecimal representation of the color.</param>
214214
/// <param name="value">The color value to be created.</param>
215215
/// <returns>The status if the string can be converted.</returns>
216216
public static Boolean TryFromHex(String color, out Color value)

0 commit comments

Comments
 (0)