We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d24fa commit 0a1919cCopy full SHA for 0a1919c
1 file changed
Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift
@@ -2141,7 +2141,7 @@ extension JNISwift2JavaGenerator {
2141
_fileID: String = #fileID,
2142
_line: Int = #line,
2143
) -> JavaTranslationError {
2144
- .unsupportedSwiftType(knowvan: type, fileID: _fileID, line: _line)
+ .unsupportedSwiftType(known: type, fileID: _fileID, line: _line)
2145
}
2146
2147
/// The user has not supplied a mapping from `SwiftType` to
0 commit comments