From 9226743d22e42071a703f793a266934407483451 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 13 Sep 2023 11:06:12 +0200 Subject: fix: example Statechart specification The default multiplicity is [0..1]. --- subprojects/frontend/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/frontend/src/index.tsx') diff --git a/subprojects/frontend/src/index.tsx b/subprojects/frontend/src/index.tsx index 4b251a23..60debd6b 100644 --- a/subprojects/frontend/src/index.tsx +++ b/subprojects/frontend/src/index.tsx @@ -33,7 +33,7 @@ abstract class Vertex { class Transition { container Vertex source opposite outgoingTransition - Vertex target opposite incomingTransition + Vertex[1] target opposite incomingTransition } abstract class Pseudostate extends Vertex. -- cgit v1.2.3-54-g00ecf