From 0623725f1f8562e28c48cb75baf4622dc77f82f1 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Thu, 8 Sep 2022 14:06:46 +0200 Subject: [PATCH] :pencil2: fix typo `programm` --- doc/concept.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/concept.sh b/doc/concept.sh index 026560f..b5d3e88 100644 --- a/doc/concept.sh +++ b/doc/concept.sh @@ -180,11 +180,11 @@ myfunction1 42 $test ## RETURN, END, ETC. ## -# halt the programm +# halt the program halt # return from function to parent scope -# halt programm in root scope +# halt program in root scope exit|return|end