Fix typo in documentation (#1056)

This fixes a typo with multiple occurrences in the documentation and
rewraps the documentation comments at 80 characters.
This commit is contained in:
Patrick Lühne
2020-10-13 03:04:33 +02:00
committed by GitHub
parent d42d16c705
commit 6705b90a15
3 changed files with 8 additions and 8 deletions

View File

@@ -572,8 +572,8 @@ impl ClientBuilder {
/// Enables a request timeout.
///
/// The timeout is applied from the when the request starts connecting
/// until the response body has finished.
/// The timeout is applied from when the request starts connecting until the
/// response body has finished.
///
/// Default is no timeout.
pub fn timeout(mut self, timeout: Duration) -> ClientBuilder {