diff --git a/actix-http/src/client/connector.rs b/actix-http/src/client/connector.rs index caf1e88e7..8a0968f52 100644 --- a/actix-http/src/client/connector.rs +++ b/actix-http/src/client/connector.rs @@ -173,7 +173,9 @@ where self } - /// Finish configuration process and create connector service. + /// Finish configuration process and create connector service. + /// The Connector builder always concludes by calling `finish()` last in + /// its combinator chain. pub fn finish( self, ) -> impl Service + Clone