From 0fc13786d6f444597ca4331729e581bfb02892aa Mon Sep 17 00:00:00 2001 From: aliencdh Date: Wed, 21 Dec 2022 22:41:18 +0100 Subject: [PATCH] fix spelling error in swagger/src/lib.rs --- swagger/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger/src/lib.rs b/swagger/src/lib.rs index 6c264ba..ff9f7a5 100644 --- a/swagger/src/lib.rs +++ b/swagger/src/lib.rs @@ -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, + pub content_type: Option, pub headers: Option, pub style: Option, pub explode: Option,