From 08dd96b205d604849a2c8a1cd187de20be28b958 Mon Sep 17 00:00:00 2001 From: Alexander Ilin Date: Wed, 30 Dec 2020 18:18:58 +0100 Subject: [PATCH] io.launcher-docs: fix example code to match its description --- basis/io/launcher/launcher-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/launcher/launcher-docs.factor b/basis/io/launcher/launcher-docs.factor index d8b64ef4f9..adc9dc15cb 100644 --- a/basis/io/launcher/launcher-docs.factor +++ b/basis/io/launcher/launcher-docs.factor @@ -300,7 +300,7 @@ ARTICLE: "io.launcher.launch" "Launching processes" ARTICLE: "io.launcher.examples" "Launcher examples" "Starting a command and waiting for it to finish:" { $code - "\"ls /etc\" run-process" + "\"ls /etc\" run-process wait-for-process" } "Starting a program in the background:" { $code -- 2.34.1