Skip to content

Commit 4efd9b5

Browse files
committed
tweak
1 parent 54b9299 commit 4efd9b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/JExtractSwift/Swift2JavaTranslator+JavaBindingsPrinting.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extension Swift2JavaTranslator {
3939
printFuncDowncallMethod(&printer, decl)
4040
}
4141

42-
/// Printer FFM Java binding descriptors for the imported Swift API.
42+
/// Print FFM Java binding descriptors for the imported Swift API.
4343
func printJavaBindingDescriptorClass(
4444
_ printer: inout CodePrinter,
4545
_ decl: ImportedFunc

Sources/JExtractSwift/SwiftThunkTranslator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ struct SwiftThunkTranslator {
116116
self.st = st
117117
}
118118

119-
func renderGlobalThunks() -> [DeclSyntax] {
119+
func renderGlobalThunks() -> [DeclSyntax] {
120120
var decls: [DeclSyntax] = []
121121
decls.reserveCapacity(
122122
st.importedGlobalVariables.count + st.importedGlobalFuncs.count

0 commit comments

Comments
 (0)