Skip to content

Commit fb6198a

Browse files
committed
find/replace overuse
1 parent f8c323e commit fb6198a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs/jsonschema-validation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ A string instance is valid against this keyword if its length is less than, or
192192
equal to, the value of this keyword.
193193

194194
The length of a string instance is defined as the number of its characters as
195-
defined by [RFC 8259][RFC 8259].
195+
defined by [RFC 8259][rfc8259].
196196

197197
#### `minLength`
198198

@@ -202,7 +202,7 @@ A string instance is valid against this keyword if its length is greater than,
202202
or equal to, the value of this keyword.
203203

204204
The length of a string instance is defined as the number of its characters as
205-
defined by [RFC 8259][RFC 8259].
205+
defined by [RFC 8259][rfc8259].
206206

207207
Omitting this keyword has the same behavior as a value of 0.
208208

@@ -583,7 +583,7 @@ Another example:
583583

584584
Instances described by this schema are expected to be strings containing HTML,
585585
using whatever character set the JSON string was decoded into. Per section 8.1
586-
of [RFC 8259][RFC 8259], outside of an entirely closed system, this MUST be
586+
of [RFC 8259][rfc8259], outside of an entirely closed system, this MUST be
587587
UTF-8.
588588

589589
This example describes a JWT that is MACed using the HMAC SHA-256 algorithm, and

0 commit comments

Comments
 (0)