Skip to content

Commit 95a83c1

Browse files
committed
slight revision to pseudo-algorithm
1 parent 53ba76f commit 95a83c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css3-multicol/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ <h3>Pseudo-algorithm</h3>
827827

828828
(16) if (column-width = auto) and (column-count != auto) then
829829
(18) N := column-count;
830-
(19) W := max(0, (available-width - ((N - 1) * column-gap))/N);
830+
(19) W := max(0, (available-width - ((N - 1) * column-gap)) / N);
831831
exit;
832832

833833
(27) if (column-width != auto) and (column-count = auto) then

0 commit comments

Comments
 (0)