mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
rustdoc: Correct unresolved link to `handle_cell. (#31708)
This commit is contained in:
parent
03c11f7907
commit
2a02f94d76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue