From: Alexander Ilin Date: Wed, 30 Dec 2020 17:18:58 +0000 (+0100) Subject: io.launcher-docs: fix example code to match its description X-Git-Tag: 0.99~1965 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=08dd96b205d604849a2c8a1cd187de20be28b958 io.launcher-docs: fix example code to match its description --- 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