We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5ba86 commit fcd2d0fCopy full SHA for fcd2d0f
src/AngleSharp.Css/Values/Primitives/Color.cs
@@ -210,7 +210,7 @@ public static Color FromHex(String color)
210
/// Returns the color from the given hex string if it can be converted, otherwise
211
/// the color is not set.
212
/// </summary>
213
- /// <param name="color">The hexadecimal reresentation of the color.</param>
+ /// <param name="color">The hexadecimal representation of the color.</param>
214
/// <param name="value">The color value to be created.</param>
215
/// <returns>The status if the string can be converted.</returns>
216
public static Boolean TryFromHex(String color, out Color value)
0 commit comments