typo exmple -> example

This commit is contained in:
kevaundray 2021-02-16 17:57:12 +00:00 committed by GitHub
parent 752b035c1a
commit 05ab8aea2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
Uses [`reqwest::blocking::Client::head`] to get the [Content-Length] of the response.
The code then uses [`reqwest::blocking::Client::get`] to download the content in
chunks of 10240 bytes, while printing progress messages. This exmple uses the synchronous
chunks of 10240 bytes, while printing progress messages. This example uses the synchronous
reqwest module. The [Range] header specifies the chunk size and position.
The Range header is defined in [RFC7233][HTTP Range RFC7233].