diff options
author | 2020-03-20 11:56:39 +0100 | |
---|---|---|
committer | 2020-03-20 11:56:39 +0100 | |
commit | fb744a338c1b7566a3db9a3d24c03729b4858217 (patch) | |
tree | 7af1727bf177568b2ae94737212ce4af4b14dea3 /native/src/widget/column.rs | |
parent | cfc2b55e05a3dc20eae71088d0475f82e34ea36b (diff) | |
download | iced-fb744a338c1b7566a3db9a3d24c03729b4858217.tar.gz iced-fb744a338c1b7566a3db9a3d24c03729b4858217.tar.bz2 iced-fb744a338c1b7566a3db9a3d24c03729b4858217.zip |
Fix links in `pane_grid` documentation
Diffstat (limited to '')
-rw-r--r-- | native/src/widget/column.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/column.rs b/native/src/widget/column.rs index a7a6f242..b1adc6e3 100644 --- a/native/src/widget/column.rs +++ b/native/src/widget/column.rs @@ -219,7 +219,7 @@ pub trait Renderer: crate::Renderer + Sized { /// - the [`Layout`] of the [`Column`] and its children /// - the cursor position /// - /// [`Column`]: struct.Row.html + /// [`Column`]: struct.Column.html /// [`Layout`]: ../layout/struct.Layout.html fn draw<Message>( &mut self, |