We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfb0b6 commit bda9320Copy full SHA for bda9320
src/response.rs
@@ -237,7 +237,7 @@ impl Response<()> {
237
impl<T> Response<T> {
238
/// Creates a new blank `Response` with the body
239
///
240
- /// 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.
241
/// the ok status, no headers, etc.
242
243
/// # Examples
0 commit comments