Skip to content

Commit a6cf883

Browse files
authored
Fix the typo issue for README.md that replaces interopability to interoperability. (#7)
1 parent a8185fd commit a6cf883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Swift Java Interoperability Tools and Libraries
22

3-
This repository contains two approaches to Swift/Java interopability.
3+
This repository contains two approaches to Swift/Java interoperability.
44

55
- A Swift library (`JavaKit`) and bindings generator that allows a Swift program to make use of Java libraries by wrapping Java classes in corresponding Swift types, allowing Swift to directly call any wrapped Java API.
66
- The `jextract-swift` tool which is similar to the JDK's `jextract` which allows to extract Java sources which are used

0 commit comments

Comments
 (0)