diff --git a/Destructors,-2nd-edition.rest b/Destructors,-2nd-edition.rest index d8547d7..5e65cee 100644 --- a/Destructors,-2nd-edition.rest +++ b/Destructors,-2nd-edition.rest @@ -317,7 +317,7 @@ not destroyed at the scope exit, but at the proc exit. :: var x: T; stmts - --------------- (var) + --------------- (destroy-var) var x: T; try stmts finally: `=destroy`(x)