Skip to content

Commit b370008

Browse files
committed
update docs
1 parent a66030e commit b370008

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
@@ -86,7 +86,7 @@ SwiftJava's `swift-java jextract` tool automates generating Java bindings from S
8686
| Subscripts: `subscript()` |||
8787
| Equatable |||
8888
| Pointers: `UnsafeRawPointer`, UnsafeBufferPointer (?) | 🟡 ||
89-
| Nested types: `struct Hello { struct World {} }` || |
89+
| Nested types: `struct Hello { struct World {} }` || |
9090
| Inheritance: `class Caplin: Capybara` |||
9191
| Non-escaping `Void` closures: `func callMe(maybe: () -> ())` |||
9292
| Non-escaping closures with primitive arguments/results: `func callMe(maybe: (Int) -> (Double))` |||

0 commit comments

Comments
 (0)