From 9e96c775b7dd8b57049f215f0f635aada8c992bb Mon Sep 17 00:00:00 2001 From: "Psychpsyo (Cameron)" <60073468+Psychpsyo@users.noreply.github.com> Date: Sat, 30 Aug 2025 01:56:09 +0200 Subject: [PATCH] Remove redundant set of parentheses --- css-multicol-1/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,