Skip to content

Commit 87e5c87

Browse files
authored
Fix indentation in SupportedFeatures.md
1 parent e7492fb commit 87e5c87

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
@@ -237,7 +237,7 @@ switch (vehicle.getCase()) {
237237
System.out.println("Car: " + name);
238238
break;
239239
default:
240-
break
240+
break;
241241
}
242242
```
243243

0 commit comments

Comments
 (0)