mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb: Fix typo in TableFormattingContext.h
This commit is contained in:
parent
c302c4081b
commit
1da26f7395
Notes:
sideshowbarker
2024-07-17 03:36:09 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 1da26f7395
Pull-request: https://github.com/SerenityOS/serenity/pull/16389
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