diff options
Diffstat (limited to 'components/layout_2020/table/construct.rs')
-rw-r--r-- | components/layout_2020/table/construct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/table/construct.rs b/components/layout_2020/table/construct.rs index 79b6ad6f44b..5e9b00ddbe4 100644 --- a/components/layout_2020/table/construct.rs +++ b/components/layout_2020/table/construct.rs @@ -477,7 +477,7 @@ impl TableBuilder { /// When not in the process of filling a cell, make sure any incoming rowspans are /// filled so that the next specified cell comes after them. Should have been called before - /// [`Self::handle_cell`]. + /// [`Self::add_cell`] /// /// if `stop_at_cell_opportunity` is set, this will stop at the first slot with /// `incoming_rowspans` equal to zero. If not, it will insert [`TableSlot::Empty`] and |