From 333943188e205d797261c29c3f847af6ccce2520 Mon Sep 17 00:00:00 2001 From: Joe Groff <arcata@gmail.com> Date: Tue, 1 Sep 2009 15:59:59 -0500 Subject: [PATCH] typo in specialize-method --- basis/hints/hints.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/hints/hints.factor b/basis/hints/hints.factor index 8787843526..ffd3a8148d 100644 --- a/basis/hints/hints.factor +++ b/basis/hints/hints.factor @@ -65,7 +65,7 @@ t specialize-method? set-global : specialize-method ( quot method -- quot' ) [ specialize-method? get [ method-declaration prepend ] [ drop ] if ] [ dup "method-generic" word-prop specializer ] bi - [ specialize-quot ] [ nip ] if* ; + [ specialize-quot ] [ drop ] if* ; : standard-method? ( method -- ? ) dup method-body? [