Skip to content

Commit ce73f4e

Browse files
committed
and its typo
1 parent 99d96d0 commit ce73f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org/w3c/css/values/CssColor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ public void setLABColor(CssExpression exp, ApplContext ac)
904904
}
905905

906906

907-
public void setlchColor(CssExpression exp, ApplContext ac)
907+
public void setLCHColor(CssExpression exp, ApplContext ac)
908908
throws InvalidParamException {
909909
// HWB defined in CSSColor Level 4 and onward, currently used in the CSS level
910910
if (ac.getCssVersion().compareTo(CssVersion.CSS3) < 0) {

0 commit comments

Comments
 (0)