Skip to content

Commit 89825ad

Browse files
committed
correct docs header
1 parent dc2a6a6 commit 89825ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/SwiftJavaDocumentation/Documentation.docc/SupportedFeatures.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ you are expected to add a Guava dependency to your Java project.
159159

160160
> Note: The `wrap-guava` mode is currently only available in FFM mode of jextract.
161161
162-
#### Enums
162+
### Enums
163163

164164
> Note: Enums are currently only supported in JNI mode.
165165
@@ -194,7 +194,7 @@ try (var arena = SwiftArena.ofConfined()) {
194194
}
195195
```
196196

197-
##### Switching
197+
#### Switching
198198

199199
If you only need to switch on the case and not access any associated values,
200200
you can use the `getDiscriminator()` method:
@@ -246,7 +246,7 @@ if (case instanceof Vehicle.Bicycle) {
246246
}
247247
```
248248

249-
##### RawRepresentable
249+
#### RawRepresentable
250250

251251
JExtract also supports extracting enums that conform to `RawRepresentable`
252252
by giving access to an optional initializer and the `rawValue` variable.

0 commit comments

Comments
 (0)