diff --git a/doc/builtin/destruct b/doc/builtin/destruct index 6a3567e9dc4b49455d08965ecadfdfbe6306a5f7..22b2bfefc41cd3346501b205932206272d58912b 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