Fix typo in TitleBar::new
This commit is contained in:
parent
7977e970ca
commit
174565715e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ impl<'a, Message, Renderer> TitleBar<'a, Message, Renderer>
|
|||
where
|
||||
Renderer: pane_grid::Renderer,
|
||||
{
|
||||
/// Cretes a new [`TitleBar`] with the given title.
|
||||
/// Creates a new [`TitleBar`] with the given title.
|
||||
///
|
||||
/// [`TitleBar`]: struct.TitleBar.html
|
||||
pub fn new(title: impl Into<String>) -> Self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue