Skip to content

Commit 9528fb3

Browse files
committed
Update SupportedFeatures.md
1 parent a3ae108 commit 9528fb3

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
@@ -83,7 +83,7 @@ SwiftJava's `swift-java jextract` tool automates generating Java bindings from S
8383
| Ownership modifiers: `inout`, `borrowing`, `consuming` |||
8484
| Default parameter values: `func p(name: String = "")` |||
8585
| Operators: `+`, `-`, user defined |||
86-
| Subscripts: `subscript()` | | |
86+
| Subscripts: `subscript()` | | |
8787
| Equatable |||
8888
| Pointers: `UnsafeRawPointer`, UnsafeBufferPointer (?) | 🟡 ||
8989
| Nested types: `struct Hello { struct World {} }` |||

0 commit comments

Comments
 (0)