aboutsummaryrefslogtreecommitdiff
path: root/mussel2
diff options
context:
space:
mode:
Diffstat (limited to 'mussel2')
-rw-r--r--mussel2/mussel2.puml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mussel2/mussel2.puml b/mussel2/mussel2.puml
index 61f1fbc..115d505 100644
--- a/mussel2/mussel2.puml
+++ b/mussel2/mussel2.puml
@@ -6,7 +6,7 @@ partition init {
}
while (repeat every few millisecond)
partition loop {
-;resolve currentSecond;
+:resolve currentSecond;
if (currentSecond mod 12 < 9 ?) equals (yes) then
:print "good";
else (no)
@@ -14,7 +14,7 @@ else (no)
endif
:wait 1s;
}
-endwhile
+endwhile
-[hidden]->
kill
@enduml