summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-16 19:22:18 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-16 19:22:18 +0100
commit4f6a9ba88951a53ba3ce66f2b00ba75c2553baa1 (patch)
tree498c9e017a01368a0665bdce7c775b24c39ade81 /src
parent28a27f08edccd53e06ad693e63b0a62dae921da5 (diff)
downloadiced-4f6a9ba88951a53ba3ce66f2b00ba75c2553baa1.tar.gz
iced-4f6a9ba88951a53ba3ce66f2b00ba75c2553baa1.tar.bz2
iced-4f6a9ba88951a53ba3ce66f2b00ba75c2553baa1.zip
Fix broken intra-doc link
Diffstat (limited to 'src')
-rw-r--r--src/program.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/program.rs b/src/program.rs
index aacbf876..c2841763 100644
--- a/src/program.rs
+++ b/src/program.rs
@@ -143,7 +143,7 @@ where
///
/// It can be [`run`]!
///
-/// Create one with either the [`sandbox`] or [`application`] helpers.
+/// Create one with the [`application`] helper.
///
/// [`run`]: Program::run
/// [`application`]: self::application()