Skip to content

Commit bcf56ce

Browse files
committed
typo
1 parent 8c08fa4 commit bcf56ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org/w3c/css/values/color/HWB.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class HWB {
3434
public static final CssIdent[] colorRelativeValues;
3535

3636
static {
37-
String[] _allowed_values = {"h", "w", "p", "alpha"};
37+
String[] _allowed_values = {"h", "w", "b", "alpha"};
3838
colorRelativeValues = new CssIdent[_allowed_values.length];
3939
int i = 0;
4040
for (String s : _allowed_values) {

0 commit comments

Comments
 (0)