]> gitweb.factorcode.org Git - factor.git/commitdiff
destructors: s/three slots/two slots/.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 24 Aug 2013 20:10:41 +0000 (13:10 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 24 Aug 2013 20:10:41 +0000 (13:10 -0700)
core/destructors/destructors-docs.factor

index 63763760a986e753f77bc8793f0c4c690d00f841..3209c8e25f838ab7e090f91f1b9c7034f5e1a245 100644 (file)
@@ -7,7 +7,7 @@ HELP: debug-leaks?
 { $see-also "tools.destructors" } ;
 
 HELP: disposable
-{ $class-description "Parent class for disposable resources. This class has three slots:"
+{ $class-description "Parent class for disposable resources. This class has two slots:"
     { $list
         { { $slot "disposed" } " - boolean. Set to true by " { $link dispose } ". Assert that it is false with " { $link check-disposed } "." }
         { { $slot "continuation" } " - current continuation at construction time, for debugging. Set by " { $link new-disposable } " if " { $link debug-leaks? } " is on." }