From 1b286bb1cefeac2ebe73515dc812e4575f9cb296 Mon Sep 17 00:00:00 2001 From: habere-et-dispertire Date: Thu, 9 Dec 2021 14:41:50 +0000 Subject: [PATCH] [Typo] as of unnecessary => as unnecessary --- essentials/the-main-function/using-unit-sub/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/essentials/the-main-function/using-unit-sub/index.md b/essentials/the-main-function/using-unit-sub/index.md index c918a8812..ccd247635 100644 --- a/essentials/the-main-function/using-unit-sub/index.md +++ b/essentials/the-main-function/using-unit-sub/index.md @@ -4,7 +4,7 @@ title: Using unit sub {% include menu.html %} -The `unit sub` construct is a handy way to make the rest of the file the body of the function! When used with `MAIN`, it allows getting rid of the curly braces that embrace virtually the whole file, as well as of unnecessary indentation. +The `unit sub` construct is a handy way to make the rest of the file the body of the function! When used with `MAIN`, it allows getting rid of the curly braces that embrace virtually the whole file, as well as unnecessary indentation. The usage of `unit sub` is demonstrated in the following example of a program.