]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/annotations/annotations.factor
Rename and add sorting words
[factor.git] / basis / tools / annotations / annotations.factor
index 7de102651eb3e95d6468bb319bfc484aa0906868..64d6cca431ee2ff137c885eb7e20ddc5810c670e 100644 (file)
@@ -148,6 +148,6 @@ PRIVATE>
 
 : word-timing. ( -- )
     word-timing get >alist
-    [ second first ] sort-with
+    [ second first ] sort-by
     [ first2 first2 [ 1,000,000,000 /f ] dip 3array ] map
     simple-table. ;