Fix broken intra-doc links to Sandbox

This commit is contained in:
Héctor Ramón Jiménez 2024-03-17 13:55:15 +01:00
parent 846d76cd3f
commit 179e8863b3
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 15 additions and 13 deletions

View file

@ -14,9 +14,7 @@ pub use crate::application::{Appearance, DefaultStyle};
/// document and display only the contents of the `window::Id::MAIN` window.
///
/// An [`Application`] can execute asynchronous actions by returning a
/// [`Command`] in some of its methods. If you do not intend to perform any
/// background work in your program, the [`Sandbox`] trait offers a simplified
/// interface.
/// [`Command`] in some of its methods.
///
/// When using an [`Application`] with the `debug` feature enabled, a debug view
/// can be toggled by pressing `F12`.