Skip to content

Commit 1e63771

Browse files
committed
Correct numbers.
1 parent f1b3ab9 commit 1e63771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ The following are the arithmetic operations you can perform on dimensions:
968968
* ''calc(1px * 2em)'' becomes `«(2, «["em" → 1, "px" → 1]»)»`
969969
* ''calc(1px + 1deg)'' can't be represented as a [=sum value=]
970970
because it's an invalid computation
971-
* ''calc(1px * 1deg)'' becomes `«(2, «["deg" → 1, "px" → 1]»)»`
971+
* ''calc(1px * 2deg)'' becomes `«(2, «["deg" → 1, "px" → 1]»)»`
972972
</div>
973973

974974
To <dfn lt="create a sum value|creating a sum value">create a sum value</dfn> from a {{CSSNumericValue}} |this|,

0 commit comments

Comments
 (0)