Skip to content

Commit 73e2f11

Browse files
committed
chore: clippy
1 parent 57be232 commit 73e2f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/field.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct Field<T> {
1515
pub name: String,
1616
/// The filename of Field, optinal.
1717
pub filename: Option<String>,
18-
/// The content_type of Field, optinal.
18+
/// The `content_type` of Field, optinal.
1919
pub content_type: Option<mime::Mime>,
2020
/// The extras headers of Field, optinal.
2121
pub headers: Option<http::HeaderMap>,

0 commit comments

Comments
 (0)