Fix typo in documentation of `pane_grid::Content`
This commit is contained in:
parent
8008ea5286
commit
c53022e8df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue