Skip to content

Commit e49500d

Browse files
committed
lint these lines
1 parent 502363f commit e49500d

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
@@ -208,7 +208,8 @@ Omitting this keyword has the same behavior as a value of 0.
208208
#### `pattern` {#pattern}
209209

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

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

0 commit comments

Comments
 (0)