Skip to content

Commit 464dd6e

Browse files
authored
typo exmple -> example (#638)
1 parent f2e75bd commit 464dd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/clients/download/partial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Uses [`reqwest::blocking::Client::head`] to get the [Content-Length] of the response.
66

77
The code then uses [`reqwest::blocking::Client::get`] to download the content in
8-
chunks of 10240 bytes, while printing progress messages. This exmple uses the synchronous
8+
chunks of 10240 bytes, while printing progress messages. This example uses the synchronous
99
reqwest module. The [Range] header specifies the chunk size and position.
1010

1111
The Range header is defined in [RFC7233][HTTP Range RFC7233].

0 commit comments

Comments
 (0)