LibWeb: Fix typo in TableFormattingContext.h

This commit is contained in:
Aliaksandr Kalenik 2022-12-09 13:36:56 +03:00 committed by Andreas Kling
parent c302c4081b
commit 1da26f7395

View file

@ -46,7 +46,7 @@ private:
size_t column_index;
size_t row_index;
size_t column_span;
size_t raw_span;
size_t row_span;
float baseline { 0 };
};