Skip to content

Commit 05ea0f4

Browse files
committed
update docs
1 parent abe5642 commit 05ea0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftJavaDocumentation/Documentation.docc/SupportedFeatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ SwiftJava's `swift-java jextract` tool automates generating Java bindings from S
9292
| Non-escaping closures with primitive arguments/results: `func callMe(maybe: (Int) -> (Double))` |||
9393
| Non-escaping closures with object arguments/results: `func callMe(maybe: (JavaObj) -> (JavaObj))` |||
9494
| `@escaping` closures: `func callMe(_: @escaping () -> ())` |||
95-
| Swift type extensions: `extension String { func uppercased() }` | 🟡 | 🟡 |
95+
| Swift type extensions: `extension String { func uppercased() }` | | |
9696
| Swift macros (maybe) |||
9797
| Result builders |||
9898
| Automatic Reference Counting of class types / lifetime safety |||

0 commit comments

Comments
 (0)