]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.tools.listener docs: typo
authorPhilipp Brüschweiler <blei42@gmail.com>
Tue, 20 Oct 2009 11:55:29 +0000 (13:55 +0200)
committerPhilipp Brüschweiler <blei42@gmail.com>
Fri, 19 Feb 2010 10:23:20 +0000 (11:23 +0100)
basis/ui/tools/listener/listener-docs.factor

index b762e036e6c87bac6d0061e78c30b764e0d95b58..966ac37d30ca1f67e0d43b436dfbf72a7c1a5270 100644 (file)
@@ -9,7 +9,7 @@ HELP: interactor
 $nl
 "Interactors are created by calling " { $link <interactor> } "."
 $nl
-"Interactors implement the " { $link stream-readln } ", " { $link stream-read } " and " { $link read-quot } " generic words." } ;
+"Interactors implement the " { $link stream-readln } ", " { $link stream-read } " and " { $link stream-read-quot } " generic words." } ;
 
 ARTICLE: "ui-listener" "UI listener"
 "The graphical listener adds input history and word and vocabulary completion. See " { $link "listener" } " for general information on the listener."