Skip to content

Commit 3d21b4a

Browse files
authored
README.md: Remove trailing whitespace
1 parent 2eeb75d commit 3d21b4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
A PHP Implementation for validating `JSON` Structures against a given `Schema` with support for `Schemas` of Draft-3,
99
Draft-4 or Draft-6.
1010

11-
Features of newer Drafts might not be supported. See [Table of All Versions of Everything](https://json-schema.org/specification-links.html#table-of-all-versions-of-everything) to get an overview
11+
Features of newer Drafts might not be supported. See [Table of All Versions of Everything](https://json-schema.org/specification-links.html#table-of-all-versions-of-everything) to get an overview
1212
of all existing Drafts. See [json-schema](http://json-schema.org/) for more details about the JSON Schema specification
1313

1414
# Compliance
@@ -207,7 +207,7 @@ third argument to `Validator::validate()`, or can be provided as the third argum
207207
| `Constraint::CHECK_MODE_EXCEPTIONS` | Throw an exception immediately if validation fails |
208208
| `Constraint::CHECK_MODE_DISABLE_FORMAT` | Do not validate "format" constraints |
209209
| `Constraint::CHECK_MODE_VALIDATE_SCHEMA` | Validate the schema as well as the provided document |
210-
| `Constraint::CHECK_MODE_STRICT` [^3] | Validate the scheme using strict mode using the specified draft |
210+
| `Constraint::CHECK_MODE_STRICT` [^3] | Validate the scheme using strict mode using the specified draft |
211211

212212
[^1]: Please note that using `CHECK_MODE_COERCE_TYPES` or `CHECK_MODE_APPLY_DEFAULTS` will modify your
213213
original data.
@@ -231,4 +231,4 @@ Thanks go to these wonderful people, without their effort this project wasn't po
231231

232232
<a href="https://github.com/jsonrainbow/json-schema/graphs/contributors">
233233
<img src="https://contrib.rocks/image?repo=jsonrainbow/json-schema" />
234-
</a>
234+
</a>

0 commit comments

Comments
 (0)