]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/panes/panes-docs.factor
Fixing assorted compile errors and help lint warnings
[factor.git] / basis / ui / gadgets / panes / panes-docs.factor
index cad49375720a8d4394a36e2d6ba34aa8bd8fa737..23dc99da82124b3d0305f6d075ab7fb94c7e3d97 100644 (file)
@@ -50,7 +50,7 @@ HELP: pane-stream
 { $class-description "Pane streams implement the portion of the " { $link "stream-protocol" } " responsible for output of text, including full support for " { $link "styles" } ". Pane streams also support direct output of gadgets via " { $link write-gadget } " and " { $link print-gadget } ". Pane streams are created by calling " { $link <pane-stream> } "." } ;
 
 HELP: <pane-stream>
-{ $values { "pane" pane } { "stream" "a new " { $link pane-stream } } }
+{ $values { "pane" pane } { "pane-stream" "a new " { $link pane-stream } } }
 { $description "Creates a new " { $link pane-stream } " for writing to " { $snippet "pane" } "." } ;
 
 { with-pane make-pane } related-words