destructors: fix docs.
parent
b65adb1b19
commit
8d14e79f8b
|
@ -1,7 +1,7 @@
|
|||
in: alien.destructors
|
||||
USING: help.markup help.syntax alien destructors ;
|
||||
|
||||
HELP: destructor:
|
||||
HELP: \ DESTRUCTOR:
|
||||
{ $syntax "destructor: word" }
|
||||
{ $description "Defines four things:"
|
||||
{ $list
|
||||
|
@ -25,6 +25,6 @@ HELP: destructor:
|
|||
|
||||
ARTICLE: "alien.destructors" "Alien destructors"
|
||||
"The " { $vocab-link "alien.destructors" } " vocabulary defines a utility parsing word for defining new disposable classes."
|
||||
{ $subsections postpone\ destructor: } ;
|
||||
{ $subsections \ DESTRUCTOR: } ;
|
||||
|
||||
about: "alien.destructors"
|
||||
|
|
Loading…
Reference in New Issue