aboutsummaryrefslogtreecommitdiff
path: root/mussel1/mussel1.puml
diff options
context:
space:
mode:
Diffstat (limited to 'mussel1/mussel1.puml')
-rw-r--r--mussel1/mussel1.puml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mussel1/mussel1.puml b/mussel1/mussel1.puml
index 12dbb43..be7365d 100644
--- a/mussel1/mussel1.puml
+++ b/mussel1/mussel1.puml
@@ -6,7 +6,7 @@ partition init {
}
while (repeat every few millisecond)
partition loop {
-;resolve currentSecond;
+:resolve currentSecond;
if (currentSecond < 50 ?) equals (yes) then
:print "good";
else (no)