Skip to content

Commit 0c0ffd7

Browse files
committed
change .to to return CSSUnitValue
1 parent 9db7f3f commit 0c0ffd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ are represented by subclasses of the {{CSSNumericValue}} interface.
654654

655655
boolean equals(CSSNumberish... value);
656656

657-
CSSNumericValue to(DOMString unit);
657+
CSSUnitValue to(DOMString unit);
658658
CSSMathSum toSum(DOMString... units);
659659
// ??? type();
660660

0 commit comments

Comments
 (0)