Skip to content

Commit c46c7da

Browse files
authored
Fix typo with RFC reference number
4548 should have been 4648, as per https://github.com/json-schema-org/json-schema-spec/pull/604/files
1 parent 5f2fbb7 commit c46c7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-validation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@
765765
<t>
766766
Possible values for this property are listed in
767767
<xref target="RFC2045">RFC 2045, Sec 6.1</xref> and
768-
<xref target="RFC4648">RFC 4548</xref>. For "base64", which is defined
768+
<xref target="RFC4648">RFC 4648</xref>. For "base64", which is defined
769769
in both RFCs, the definition in RFC 4648, which removes line length
770770
limitations, SHOULD be used, as various other specifications have
771771
mandated different lengths. Note that line lengths within a string

0 commit comments

Comments
 (0)