progress-bars.models-docs: fix example code for with-file-reader-progress
parent
4a7f0987d8
commit
b5b991f9e2
|
@ -17,7 +17,7 @@ HELP: with-file-reader-progress
|
||||||
{ $examples
|
{ $examples
|
||||||
"Loop through the Factor image file, discarding each character as it's read and updating a progress bar:"
|
"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 ;
|
{ $unchecked-example "USING: system progress-bars.models prettyprint io.encodings.binary threads ;
|
||||||
image binary [
|
image-path binary [
|
||||||
[ 4096 read yield ] loop
|
[ 4096 read yield ] loop
|
||||||
] with-file-reader-progress"
|
] with-file-reader-progress"
|
||||||
""
|
""
|
||||||
|
|
Loading…
Reference in New Issue