Fix typo in documentation of `pane_grid::Content`

This commit is contained in:
Héctor Ramón Jiménez 2020-11-10 01:51:27 +01:00
parent 8008ea5286
commit c53022e8df
1 changed files with 2 additions and 2 deletions

View File

@ -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