diff --git a/basis/see/see.factor b/basis/see/see.factor index 093b959d38..ab9fa2006f 100644 --- a/basis/see/see.factor +++ b/basis/see/see.factor @@ -199,7 +199,7 @@ M: builtin-class see-class* M: word see* [ see-class ] - [ [ class? ] [ symbol? not ] bi and [ nl ] when ] + [ [ class? ] [ symbol? not ] bi and [ nl nl ] when ] [ dup [ class? ] [ symbol? ] bi and [ drop ] [ call-next-method ] if