]> gitweb.factorcode.org Git - factor.git/blobdiff - core/kernel/kernel.factor
more help-lint
[factor.git] / core / kernel / kernel.factor
index 3a53eb91e2427acabf1ecab10362b16d94ca1404..e506b7fc27b9f9fed26ce0fc18e3e24f987dcebc 100644 (file)
@@ -226,7 +226,7 @@ M: callstack clone (clone) ; inline
 ! Tuple construction
 GENERIC: new ( class -- tuple )
 
-GENERIC: boa ( ... class -- tuple )
+GENERIC: boa ( slots... class -- tuple )
 
 ! Error handling -- defined early so that other files can
 ! throw errors before continuations are loaded