aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend')
-rw-r--r--subprojects/frontend/src/index.tsx2
1 files changed, 1 insertions, 1 deletions
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 {
33 33
34class Transition { 34class Transition {
35 container Vertex source opposite outgoingTransition 35 container Vertex source opposite outgoingTransition
36 Vertex target opposite incomingTransition 36 Vertex[1] target opposite incomingTransition
37} 37}
38 38
39abstract class Pseudostate extends Vertex. 39abstract class Pseudostate extends Vertex.