rustdoc: Correct unresolved link to `handle_cell. (#31708)

This commit is contained in:
Aarya Khandelwal 2024-03-19 14:11:18 +05:30 committed by GitHub
parent 03c11f7907
commit 2a02f94d76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -477,7 +477,7 @@ impl TableBuilder {
/// When not in the process of filling a cell, make sure any incoming rowspans are /// 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 /// 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 /// 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 /// `incoming_rowspans` equal to zero. If not, it will insert [`TableSlot::Empty`] and