]> gitweb.factorcode.org Git - factor.git/commitdiff
html.components: use lcs-diff
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 9 Jun 2015 00:29:36 +0000 (17:29 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 9 Jun 2015 00:29:36 +0000 (17:29 -0700)
basis/html/components/components-docs.factor

index 3b4f1d6ae3254cbc790850da236da2207749afc6..fb398280c68f364e8716a9dd5086590fcf7112c8 100644 (file)
@@ -50,7 +50,7 @@ ARTICLE: "html.components.links" "Link components"
 "The generic words provide methods on the " { $link string } " and " { $link url } " classes which treat the object as a URL. New methods can be defined for rendering links to custom data types." ;
 
 HELP: comparison
-{ $description "Comparison components render diffs output by the " { $link diff } " word." } ;
+{ $description "Comparison components render diffs output by the " { $link lcs-diff } " word." } ;
 
 HELP: farkup
 { $description "Farkup components render " { $link "farkup" } "." } ;