diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-01 14:07:23 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-01 14:07:23 +0200 |
commit | f0f6f5c82c4bbbe171133c225052332e1567e317 (patch) | |
tree | 1eed04b94a14fe27c4628b9604e453b34c421657 /mussel2 | |
parent | 44779dfb0143f849e1b4b64e5668adb525d04d7f (diff) |
fix PlantUML diagram code
Diffstat (limited to 'mussel2')
-rw-r--r-- | mussel2/mussel2.puml | 4 |
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 |