Skip to content

Commit d4b3cc3

Browse files
committed
Update README of download_progress example
1 parent 23ba1f6 commit d4b3cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/download_progress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Download progress
22

3-
A application that asynchronously downloads multiple dummy file of 100 MB and tracks the download progress or cancel the download task respectively.
3+
A application that asynchronously downloads multiple dummy files of 100 MB and tracks the download progress.
44

55
The example implements a custom `Subscription` in the __[`download`](src/download.rs)__ module. This subscription downloads and produces messages that can be used to keep track of its progress.
66

0 commit comments

Comments
 (0)