Skip to content

Commit f582969

Browse files
committed
lint these lines
1 parent a074aad commit f582969

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsonschema-validation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ Omitting this keyword has the same behavior as a value of 0.
207207
#### `pattern` {#pattern}
208208

209209
The value of this keyword MUST be a string. This string SHOULD be a valid
210-
regular expression as indicated in [JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
210+
regular expression as indicated in
211+
[JSON Schema Core, section 6.3](./jsonschema-core.md#regex).
211212

212213
A string instance is considered valid if the regular expression matches the
213214
instance successfully. Recall: regular expressions are not implicitly anchored.

0 commit comments

Comments
 (0)