diff --git a/src/response.rs b/src/response.rs index 8112e08f..c2ba6222 100644 --- a/src/response.rs +++ b/src/response.rs @@ -237,7 +237,7 @@ impl Response<()> { impl Response { /// Creates a new blank `Response` with the body /// - /// The component ports of this response will be set to their default, e.g. + /// The component parts of this response will be set to their default, e.g. /// the ok status, no headers, etc. /// /// # Examples