diff --git a/css-multicol-1/Overview.bs b/css-multicol-1/Overview.bs index 9fa7ae1f07f..394d01a65aa 100644 --- a/css-multicol-1/Overview.bs +++ b/css-multicol-1/Overview.bs @@ -937,7 +937,7 @@ Two assumptions are being made by the pseudo-algorithm: And:
-	(11)  W := max(0, ((U + column-gap)/N - column-gap))
+	(11)  W := max(0, (U + column-gap)/N - column-gap)
 	
For the purpose of finding the number of auto-repeated columns,