Skip to content

Commit

Permalink
Merge pull request #99 from aliencdh/fix-spelling-error-in-swagger
Browse files Browse the repository at this point in the history
fix spelling error in swagger/src/lib.rs
  • Loading branch information
GuyL99 committed Dec 22, 2022
2 parents 9d7e6b9 + 0fc1378 commit 9d939dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swagger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pub struct Header {
#[derive(Debug, Clone, Serialize, Deserialize, Default, PartialEq, Eq)]
pub struct Encoding {
#[serde(rename = "contentType")]
pub conent_type: Option<String>,
pub content_type: Option<String>,
pub headers: Option<HeaderMap>,
pub style: Option<String>,
pub explode: Option<bool>,
Expand Down

0 comments on commit 9d939dd

Please sign in to comment.