From 401d5ab5436dd62262e508a4c2461c93a28eb6d3 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 5 Jun 2019 18:08:31 +0200 Subject: [PATCH] Updated Destructors, 2nd edition (rest) --- Destructors,-2nd-edition.rest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)