Skip to content

Commit 0a1919c

Browse files
authored
Apply suggestions from code review
1 parent 36d24fa commit 0a1919c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/JExtractSwiftLib/JNI/JNISwift2JavaGenerator+JavaTranslation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2141,7 +2141,7 @@ extension JNISwift2JavaGenerator {
21412141
_fileID: String = #fileID,
21422142
_line: Int = #line,
21432143
) -> JavaTranslationError {
2144-
.unsupportedSwiftType(knowvan: type, fileID: _fileID, line: _line)
2144+
.unsupportedSwiftType(known: type, fileID: _fileID, line: _line)
21452145
}
21462146

21472147
/// The user has not supplied a mapping from `SwiftType` to

0 commit comments

Comments
 (0)