diff --git a/Sources/OpenAPIKit/Content/ContentEncoding.swift b/Sources/OpenAPIKit/Content/ContentEncoding.swift index 30c40f874..65d55b754 100644 --- a/Sources/OpenAPIKit/Content/ContentEncoding.swift +++ b/Sources/OpenAPIKit/Content/ContentEncoding.swift @@ -20,8 +20,6 @@ extension OpenAPI.Content { public let explode: Bool public let allowReserved: Bool - /// The singular `contentType` argument is only provided for backwards compatibility and - /// using the plural `contentTypes` argument should be preferred. public init( contentTypes: [OpenAPI.ContentType] = [], headers: OpenAPI.Header.Map? = nil, @@ -35,8 +33,6 @@ extension OpenAPI.Content { self.allowReserved = allowReserved } - /// The singular `contentType` argument is only provided for backwards compatibility and - /// using the plural `contentTypes` argument should be preferred. public init( contentTypes: [OpenAPI.ContentType] = [], headers: OpenAPI.Header.Map? = nil,