Skip to content

Commit bcc5d15

Browse files
committed
Fix lingering map-literal syntax error.
1 parent 58d0aa3 commit bcc5d15

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
@@ -805,7 +805,7 @@ The following are the arithmetic operations you can perform on dimensions:
805805
multiply |value| by the conversion ratio between |unit| and the [=canonical unit=],
806806
and change |unit| to the [=canonical unit=].
807807
3. If |unit| is `"number"`,
808-
return «(|value|, «»)».
808+
return «(|value|, «[ ]»)».
809809
3. Otherwise, return <code>«(|value|, «[|unit| → 1]»)»</code>.
810810
</div>
811811

0 commit comments

Comments
 (0)