fix docs
This commit is contained in:
parent
ca6d992d67
commit
3f7ceb8be6
1 changed files with 2 additions and 2 deletions
|
|
@ -659,8 +659,8 @@ pub type Element<
|
|||
/// The result of running an iced program.
|
||||
pub type Result = std::result::Result<(), Error>;
|
||||
|
||||
/// Runs a basic iced application with default [`Settings`] given its title,
|
||||
/// update, and view logic.
|
||||
/// Runs a basic iced application with default [`Settings`] given its update
|
||||
/// and view logic.
|
||||
///
|
||||
/// This is equivalent to chaining [`application()`] with [`Application::run`].
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue