Skip to content

Commit

Permalink
fix typo in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Nov 5, 2023
1 parent da5b380 commit ba5d127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OpenAPIKit/Schema Object/JSONSchemaContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ extension JSONSchema {
}

extension OpenAPI {
/// An encoding, as specified in RFC 2054, part 6.1 and RFC 4648.
/// An encoding, as specified in RFC 2045, part 6.1 and RFC 4648.
public enum ContentEncoding: String, Codable {
case _7bit = "7bit"
case _8bit = "8bit"
Expand Down

0 comments on commit ba5d127

Please sign in to comment.