summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-10 01:51:27 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-10 01:51:27 +0100
commitc53022e8dff6fc6286b60bc897232fe4cb6e6202 (patch)
treec467b5344239cf51dc251b40ca3f69a9988ff6ea /native
parent8008ea52862735aae326c8833355b3ecacb8fed1 (diff)
downloadiced-c53022e8dff6fc6286b60bc897232fe4cb6e6202.tar.gz
iced-c53022e8dff6fc6286b60bc897232fe4cb6e6202.tar.bz2
iced-c53022e8dff6fc6286b60bc897232fe4cb6e6202.zip
Fix typo in documentation of `pane_grid::Content`
Diffstat (limited to 'native')
-rw-r--r--native/src/widget/pane_grid/content.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/native/src/widget/pane_grid/content.rs b/native/src/widget/pane_grid/content.rs
index 1d339b75..5bfbb9ed 100644
--- a/native/src/widget/pane_grid/content.rs
+++ b/native/src/widget/pane_grid/content.rs
@@ -41,9 +41,9 @@ where
self
}
- /// Sets the style of the [`TitleBar`].
+ /// Sets the style of the [`Content`].
///
- /// [`TitleBar`]: struct.TitleBar.html
+ /// [`Content`]: struct.Content.html
pub fn style(mut self, style: impl Into<Renderer::Style>) -> Self {
self.style = style.into();
self