fixed typo in core/draw/participant.typ

This commit is contained in:
2025-07-28 20:57:48 +02:00
parent a24681827e
commit e8666d466b

View File

@@ -116,7 +116,7 @@
// Compute lifeline rectangles + destruction positions // Compute lifeline rectangles + destruction positions
for event in ctx.lifelines.at(p.i).events { for event in ctx.lifelines.at(p.i).events {
if event.type == "create" { if event.type == "create" {
last-y = line.at(1) last-y = event.y
} else if event.type == "enable" { } else if event.type == "enable" {
if stack.len() == 0 { if stack.len() == 0 {