From e22e0dfef53bdac10c4632357b47ae42050801e5 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 8 Nov 2016 14:11:53 -0800 Subject: [PATCH] progress-bars.models: fix typo in docs. --- extra/progress-bars/models/models-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/progress-bars/models/models-docs.factor b/extra/progress-bars/models/models-docs.factor index 08be7774cd..5b2ef32c6e 100644 --- a/extra/progress-bars/models/models-docs.factor +++ b/extra/progress-bars/models/models-docs.factor @@ -13,7 +13,7 @@ HELP: with-file-reader-progress { $values { "path" "a pathname string" } { "encoding" "an encoding" } { "quot" quotation } } -{ $description "Opens a file for reading, displays a progress bar, and calls the quotation for processing the file. The progress bar will automtically update every 100 milliseconds, but only if the quotation yields (by calling " { $link yield } ") so that the UI has a chance to redraw." } +{ $description "Opens a file for reading, displays a progress bar, and calls the quotation for processing the file. The progress bar will automatically update every 100 milliseconds, but only if the quotation yields (by calling " { $link yield } ") so that the UI has a chance to redraw." } { $examples "Loop through the Factor image file, discarding each character as it's read and updating a progress bar:" { $unchecked-example "USING: system progress-bars.models prettyprint io.encodings.binary threads ; -- 2.34.1