mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
LibWeb: Fix typo in TableFormattingContext.h
This commit is contained in:
parent
c302c4081b
commit
1da26f7395
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue