From fe44f4f984d72fc4affb46d3ec744152d7ec4a70 Mon Sep 17 00:00:00 2001 From: tim-hardcastle <102435370+tim-hardcastle@users.noreply.github.com> Date: Thu, 14 Nov 2024 00:35:09 -0800 Subject: [PATCH] Update functional-core-imperative-shell.md --- docs/functional-core-imperative-shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/functional-core-imperative-shell.md b/docs/functional-core-imperative-shell.md index 3d3fbbaf..1fe9db42 100644 --- a/docs/functional-core-imperative-shell.md +++ b/docs/functional-core-imperative-shell.md @@ -20,7 +20,7 @@ The result of all this is expressed in the following table: | Has functions : | Has commands : | | (a) where the body is any expression | (a) where the body is one or more instructions | | (b) which is evaluated | (b) which are executed | -| (c) which are inherently parallel | which are inherently serial | +| (c) which are inherently parallel | (c) which are inherently serial | | (d) returning a value | (d) returning only success or an error | | (e) which can only call functions | (e) which can call both functions and commands | | All local values are constant | All local values are mutable |