From e07f6d0834a2d2df85989b71e32e4c85ebe896d3 Mon Sep 17 00:00:00 2001 From: Marco Perone Date: Thu, 26 Jan 2023 17:25:14 +0100 Subject: [PATCH] complete unfinished sentence --- .../2023-01-17-add-parallel-and-alternative-constructors.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decision-log/2023-01-17-add-parallel-and-alternative-constructors.yaml b/decision-log/2023-01-17-add-parallel-and-alternative-constructors.yaml index 4131e1b..3a99f1d 100644 --- a/decision-log/2023-01-17-add-parallel-and-alternative-constructors.yaml +++ b/decision-log/2023-01-17-add-parallel-and-alternative-constructors.yaml @@ -10,7 +10,7 @@ context: > Still everytime that we are combining two state machine, either sequentially, in parallel or in alternative, the set of states is always the cartesian product of the sets of states. It follows that we would not be able to - understand + understand which constructor we used just by looking at the topology. decision: > We decide to add specific constructors for parallel and alternative composition.