progress-bars.models-docs: fix example code for with-file-reader-progress

char-rename
Alexander Iljin 2016-07-19 13:24:12 +03:00 committed by John Benediktsson
parent 4a7f0987d8
commit b5b991f9e2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ HELP: with-file-reader-progress
{ $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 ;
image binary [
image-path binary [
[ 4096 read yield ] loop
] with-file-reader-progress"
""