Skip to content

Commit 2f4c23c

Browse files
committed
lint these lines
1 parent 00d8a6b commit 2f4c23c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specs/jsonschema-validation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ Omitting this keyword has the same behavior as a value of 0.
209209
#### `pattern` {#pattern}
210210

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

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

0 commit comments

Comments
 (0)