From 6c285907898f58681d827cf20c52463a8652e929 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 8 Jun 2015 17:29:36 -0700 Subject: [PATCH] html.components: use lcs-diff --- basis/html/components/components-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/html/components/components-docs.factor b/basis/html/components/components-docs.factor index 3b4f1d6ae3..fb398280c6 100644 --- a/basis/html/components/components-docs.factor +++ b/basis/html/components/components-docs.factor @@ -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" } "." } ;