Skip to content

Commit bda9320

Browse files
authored
docs: fix typo in Response documentation (#660)
Fix misspelled `parts` in the Response new function documentation.
1 parent cdfb0b6 commit bda9320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ impl Response<()> {
237237
impl<T> Response<T> {
238238
/// Creates a new blank `Response` with the body
239239
///
240-
/// The component ports of this response will be set to their default, e.g.
240+
/// The component parts of this response will be set to their default, e.g.
241241
/// the ok status, no headers, etc.
242242
///
243243
/// # Examples

0 commit comments

Comments
 (0)