diff --git a/wiki.html b/wiki.html index 7d3808e..3a5cb1b 100644 --- a/wiki.html +++ b/wiki.html @@ -9388,10 +9388,10 @@ very-muted-foreground: #888888 * https://tonyg.github.io/hopl-s2017/conversational-context-and-concurrency/ * https://eighty-twenty.org/2016/10/18/actors-hopl -
+
!! A new model of concurrency
 
-Syndicate is a new [[model of concurrency]], closely related to the [[actor|Actor model]], [[tuplespace|Tuplespace model]], and [[fact space|Fact space model]] models. It is made up of two interacting parts:
+Syndicate is a new [[model of concurrency|Model of concurrency]], closely related to the [[actor|Actor model]], [[tuplespace|Tuplespace model]], and [[fact space|Fact space model]] models. It is made up of two interacting parts:
 
 * The [[dataspace model]] describes how programs (objects, virtual machines, hosts, etc.) interact in terms of a [[conversational model]]; and
 * [[Facet]]s are language constructs added to a programming language to help the programmer organise their interactive programs when using the dataspace model.