Skip to content

Commit 29332fe

Browse files
authored
Fix JSON typo (#884)
Removes trailing comma in the JSON schema for RenderNode.
1 parent c44f024 commit 29332fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDocC/SwiftDocC.docc/Resources/RenderNode.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@
701701
"ThematicBreak": {
702702
"type": "object",
703703
"required": [
704-
"type",
704+
"type"
705705
],
706706
"properties": {
707707
"type": {

0 commit comments

Comments
 (0)