Skip to content

Commit a98a84d

Browse files
committed
lint these lines
1 parent 85e3804 commit a98a84d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specs/jsonschema-validation.md

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

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

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

0 commit comments

Comments
 (0)