]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/vocabs/vocabs.factor
use reject instead of [ ... not ] filter.
[factor.git] / basis / help / vocabs / vocabs.factor
index 5827a3749ae06579c1f061bd19d94e59bf42145f..3f7c2d01842a10093f206fe341d30bdcdcd1a63c 100644 (file)
@@ -200,7 +200,7 @@ C: <vocab-author> vocab-author
         natural-sort
         [ [ class? ] filter describe-classes ]
         [
-            [ [ class? ] [ symbol? ] bi and not ] filter
+            [ [ class? ] [ symbol? ] bi and ] reject
             [ parsing-word? ] partition
             [ generic? ] partition
             [ macro? ] partition