From 1079bc3a5f668f81cb2b14855784b2971ad393df Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 8 Jan 2021 19:35:45 +0100 Subject: [PATCH] Auto: misc. --- procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procedure.md b/procedure.md index 85e1e01be..b60d2d549 100644 --- a/procedure.md +++ b/procedure.md @@ -2,7 +2,7 @@ - A definite [[algorithm]] that can be [[executed]] step by step internally to a [[person]] or with the help of a [[digital]] [[computer]]. - The running [[context]] of a procedure is the [[state]] on which it depends. - - Some of the state can be shared. + - Some, potentially [[all]], of the state can be shared. - Our [[culture]] is [[shared state]].