mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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
Reference in a new issue