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:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user