Skip to content

Commit 258737f

Browse files
ewilligerstabatkins
authored andcommitted
[css-values] Fix typo: 'Q' vs. 'q' in table entry (#1718)
resolves #1697
1 parent 1d7f755 commit 258737f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-values-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
10711071
<tr><th><dfn id="mm">mm</dfn>
10721072
<td>millimeters
10731073
<td>1mm = 1/10th of 1cm
1074-
<tr><th><dfn id="q">Q</dfn>
1074+
<tr><th><dfn id="q">q</dfn>
10751075
<td>quarter-millimeters
10761076
<td>1q = 1/40th of 1cm
10771077
<tr><th><dfn id="in">in</dfn>

css-values/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
11571157
<tr><th><dfn id="mm">mm</dfn>
11581158
<td>millimeters
11591159
<td>1mm = 1/10th of 1cm
1160-
<tr><th><dfn id="q">Q</dfn>
1160+
<tr><th><dfn id="q">q</dfn>
11611161
<td>quarter-millimeters
11621162
<td>1q = 1/40th of 1cm
11631163
<tr><th><dfn id="in">in</dfn>

0 commit comments

Comments
 (0)