]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/tools/profiler/profiler.factor
generic: rename method-body predicate class to method
[factor.git] / basis / ui / tools / profiler / profiler.factor
index 3de7c9cc702f6d7bf0b730589e8fbff0432473f3..462ea201e6089747d48ec7bd1ca941dcdc7cb7c6 100644 (file)
@@ -60,7 +60,7 @@ SINGLETON: method-renderer
 M: method-renderer column-alignment drop { 0 0 1 } ;
 M: method-renderer filled-column drop 1 ;
 
-! Value is a { method-body count } pair
+! Value is a { method count } pair
 M: method-renderer row-columns
     drop [
         [ [ definition-icon <image-name> ] [ synopsis ] bi ]