Skip to content

Commit 865db54

Browse files
committed
Fix "$ref" quoting in section header.
I noticed while adding $comment that keywords are always quoted in section headings unless the keyword is the entire heading. This is true across all three specifications, so this trivial change brings the only outlier in line with everything else.
1 parent ecb9fcb commit 865db54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
</t>
391391
</section>
392392

393-
<section title="Schema references with $ref">
393+
<section title='Schema references with "$ref"'>
394394
<t>
395395
The "$ref" keyword is used to reference a schema, and provides the ability to
396396
validate recursive structures through self-reference.

0 commit comments

Comments
 (0)