From 5c28f5c0038baf1a38efa6cdaca2e030c2ad1ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Mon, 19 Aug 1996 22:53:37 +0200 Subject: [PATCH] fixed Rev: doc/builtin/destruct:1.3 --- doc/builtin/destruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/builtin/destruct b/doc/builtin/destruct index 6a3567e9dc..22b2bfefc4 100644 --- a/doc/builtin/destruct +++ b/doc/builtin/destruct @@ -8,7 +8,7 @@ DESCRIPTION Destruct marks an object as destructed, all pointers and function pointers to this object will become zero. The destructed object will be freed from memory as soon as possible. This will also call - o->destroyed. + o->destroy. KEYWORDS object -- GitLab