Skip to content

Commit 95c2622

Browse files
authored
Remove redundant set of parentheses (#12685)
1 parent d8e3e16 commit 95c2622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-multicol-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ Two assumptions are being made by the pseudo-algorithm:
937937
And:
938938

939939
<pre>
940-
(11) W := max(0, ((U + column-gap)/N - column-gap))
940+
(11) W := max(0, (U + column-gap)/N - column-gap)
941941
</pre>
942942

943943
For the purpose of finding the number of auto-repeated columns,

0 commit comments

Comments
 (0)