We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57be232 commit 73e2f11Copy full SHA for 73e2f11
src/field.rs
@@ -15,7 +15,7 @@ pub struct Field<T> {
15
pub name: String,
16
/// The filename of Field, optinal.
17
pub filename: Option<String>,
18
- /// The content_type of Field, optinal.
+ /// The `content_type` of Field, optinal.
19
pub content_type: Option<mime::Mime>,
20
/// The extras headers of Field, optinal.
21
pub headers: Option<http::HeaderMap>,
0 commit comments