Update awc/src/lib.rs

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Igor Aleksanov 2020-09-11 06:35:24 +03:00 committed by GitHub
parent 39788a6a59
commit bd89928ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ impl Client {
Client::default()
}
/// Create a [ClientBuilder] to configure `Client`.
/// Create `Client` builder.
/// This function is equivalent of `ClientBuilder::new()`.
pub fn builder() -> ClientBuilder {
ClientBuilder::new()