destructors: fix docs.

locals-and-roots
Doug Coleman 2016-06-21 12:49:45 -07:00
parent b65adb1b19
commit 8d14e79f8b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
in: alien.destructors in: alien.destructors
USING: help.markup help.syntax alien destructors ; USING: help.markup help.syntax alien destructors ;
HELP: destructor: HELP: \ DESTRUCTOR:
{ $syntax "destructor: word" } { $syntax "destructor: word" }
{ $description "Defines four things:" { $description "Defines four things:"
{ $list { $list
@ -25,6 +25,6 @@ HELP: destructor:
ARTICLE: "alien.destructors" "Alien destructors" ARTICLE: "alien.destructors" "Alien destructors"
"The " { $vocab-link "alien.destructors" } " vocabulary defines a utility parsing word for defining new disposable classes." "The " { $vocab-link "alien.destructors" } " vocabulary defines a utility parsing word for defining new disposable classes."
{ $subsections postpone\ destructor: } ; { $subsections \ DESTRUCTOR: } ;
about: "alien.destructors" about: "alien.destructors"