Skip to content

Commit

Permalink
docs: fix typo in Response documentation (#660)
Browse files Browse the repository at this point in the history
Fix misspelled `parts` in the Response new function documentation.
  • Loading branch information
mattgathu committed Dec 24, 2023
1 parent cdfb0b6 commit bda9320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/response.rs
Expand Up @@ -237,7 +237,7 @@ impl Response<()> {
impl<T> Response<T> {
/// 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
Expand Down

0 comments on commit bda9320

Please sign in to comment.