Skip to content

Commit 5ddd921

Browse files
committed
remove more extra backticks
1 parent 9c01998 commit 5ddd921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,13 @@ identifiers](#w3cwd-fragid-best-practices-20121025), plain name fragment
337337
identifiers in `application/schema+json` are reserved for referencing locally
338338
named schemas.
339339

340-
Plain name fragments MUST follow XML's [NCName production](#xml-names), which
340+
Plain name fragments MUST follow XML's [`NCName` production](#xml-names), which
341341
allows for compatibility with the recommended plain name
342342
[syntax](#W3C.REC-xptr-framework-20030325) for XML-based media types. For
343343
convenience, the `NCName` syntax is reproduced here in ABNF form, using
344344
a minimal set of rules: [^20]
345345

346-
[^20] Note that the previous syntax for plain name fragment is a subset of this syntax, which used only the first line of each of the `NCNameStartChar`` and `NCNameChar`` rules.
346+
[^20] Note that the previous syntax for plain name fragment is a subset of this syntax, which used only the first line of each of the `NCNameStartChar` and `NCNameChar` rules.
347347

348348
```abnf
349349
NCName = NCNameStartChar *NCNameChar

0 commit comments

Comments
 (0)