[BOT-272] Function description update

pull/150/head
Stefan Adrian Danaita 2024-05-03 17:31:45 +01:00 committed by Ethan Brierley
parent 7dc0560d38
commit fa84b1fd41
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ impl ClientBuilder {
} }
} }
/// Convenience method to create a ClientBuilder /// This method allows creating a ClientBuilder
/// from an existing ClientWithMiddleware instance /// from an existing ClientWithMiddleware instance
pub fn from_client(client_with_middleware: ClientWithMiddleware) -> Self { pub fn from_client(client_with_middleware: ClientWithMiddleware) -> Self {
Self { Self {