From b3a282365263c21bb2d2fe207671a552dead6a3a Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 27 Aug 2011 17:20:30 -0700 Subject: [PATCH] graphviz.ffi: fix help lint --- extra/graphviz/ffi/ffi-docs.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/graphviz/ffi/ffi-docs.factor b/extra/graphviz/ffi/ffi-docs.factor index 0398e17223..adbedd7cff 100644 --- a/extra/graphviz/ffi/ffi-docs.factor +++ b/extra/graphviz/ffi/ffi-docs.factor @@ -13,7 +13,7 @@ HELP: ffi-errors HELP: supported-engines { $values - { "value" array } + { "seq" array } } { $description "An " { $link array } " of " { $link string } "s representing all valid " { $emphasis "layout engines" } ". For example, the " { $emphasis "dot" } " engine is typically included in a Graphviz installation, so " { $snippet "\"dot\"" } " will be an element of " { $link supported-engines } ". See " { $url "http://graphviz.org/Documentation.php" } " for more details." } { $notes "This constant's definition is determined at parse-time by asking the system's Graphviz installation what engines are supported." } @@ -21,7 +21,7 @@ HELP: supported-engines HELP: supported-formats { $values - { "value" array } + { "seq" array } } { $description "An " { $link array } " of " { $link string } "s representing all valid " { $emphasis "layout formats" } ". For example, Graphviz can typically render using the Postscript format, in which case " { $snippet "\"ps\"" } " will be an element of " { $link supported-formats } ". See " { $url "http://graphviz.org/Documentation.php" } " for more details." } { $notes "This constant's definition is determined at parse-time by asking the system's Graphviz installation what formats are supported."