diff --git a/Sources/EnkaDBGeneratorModule/FoundationImpl/FoundationImpl.swift b/Sources/EnkaDBGeneratorModule/FoundationImpl/FoundationImpl.swift index 2a30de5..2cadcf0 100644 --- a/Sources/EnkaDBGeneratorModule/FoundationImpl/FoundationImpl.swift +++ b/Sources/EnkaDBGeneratorModule/FoundationImpl/FoundationImpl.swift @@ -61,7 +61,7 @@ extension Array where Element: Identifiable { } } -// MARK: - Decoding Strategy for Decoding UpperCamenCases +// MARK: - Decoding Strategy for Decoding UpperCamelCases extension JSONDecoder.KeyDecodingStrategy { static var convertFromPascalCase: Self {