From 019dc2a063651a7766fc0d6662f17ce55bb6c77f Mon Sep 17 00:00:00 2001 From: jpmag Date: Thu, 2 Oct 2025 23:44:26 +0100 Subject: [PATCH] Fix minor grammatical error in control.md --- doc/control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/control.md b/doc/control.md index f23f434e0..acb24220e 100644 --- a/doc/control.md +++ b/doc/control.md @@ -6,7 +6,7 @@ talk: 0 YS (iow Clojure) is a functional programming language. That means that everything is a function. -Running a program is just a calling a function that calls other functions. +Running a program is just calling a function that calls other functions. Even though YS tries hard to look like an imperative language, you must keep in mind that it's functional and get familiar with how the flow works.