]> gitweb.factorcode.org Git - factor.git/commitdiff
binary-search-docs: remove extra find-last from related-words
authorAlexander Iljin <ajsoft@yandex.ru>
Fri, 6 Jan 2017 09:03:43 +0000 (12:03 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Fri, 13 Jan 2017 10:31:30 +0000 (13:31 +0300)
basis/binary-search/binary-search-docs.factor

index 289435c5b3782995c1a4f6353e32fd236cf57d86..47696af7d637133234f7f4a7ca0a038e4a9bf6ca 100644 (file)
@@ -24,7 +24,7 @@ $nl
     }
 } ;
 
-{ find find-from find-last find-last find-last-from search } related-words
+{ find find-from find-last find-last-from search } related-words
 
 HELP: sorted-index
 { $values { "obj" object } { "seq" "a sorted sequence" } { "i" "an index, or " { $link f } } }