summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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()