From 2a02f94d7649d45f09eff9f27263f20c10502ec8 Mon Sep 17 00:00:00 2001 From: Aarya Khandelwal <119049564+Aaryakhandelwal@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:11:18 +0530 Subject: [PATCH] rustdoc: Correct unresolved link to `handle_cell. (#31708) --- components/layout_2020/table/construct.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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