From 4f6a9ba88951a53ba3ce66f2b00ba75c2553baa1 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 16 Mar 2024 19:22:18 +0100 Subject: Fix broken intra-doc link --- src/program.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() -- cgit