fixed typo in core/draw/participant.typ

This commit is contained in:
HEL
2025-07-28 20:57:48 +02:00
parent a24681827e
commit e8666d466b
+1 -1
View File
@@ -116,7 +116,7 @@
// Compute lifeline rectangles + destruction positions
for event in ctx.lifelines.at(p.i).events {
if event.type == "create" {
last-y = line.at(1)
last-y = event.y
} else if event.type == "enable" {
if stack.len() == 0 {