diff options
author | Aarya Khandelwal <119049564+Aaryakhandelwal@users.noreply.github.com> | 2024-03-19 14:11:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 08:41:18 +0000 |
commit | 2a02f94d7649d45f09eff9f27263f20c10502ec8 (patch) | |
tree | 9eb4a53e779017515becc18bf79826758f705acf /components/layout_2020/table/construct.rs | |
parent | 03c11f7907dedd7e6c76167172349db6d19844d7 (diff) | |
download | servo-2a02f94d7649d45f09eff9f27263f20c10502ec8.tar.gz servo-2a02f94d7649d45f09eff9f27263f20c10502ec8.zip |
rustdoc: Correct unresolved link to `handle_cell. (#31708)
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 |