Skip to content

Commit 843f477

Browse files
committed
Documentation
1 parent 40b8731 commit 843f477

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const user = User.Parse({ // const user: {
227227

228228
### Specification
229229

230-
TypeBox is tested against the official JSON Schema [test suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite). The following table shows TypeBox specification coverage across drafts 3 to the v1 candidate.
230+
TypeBox tests against the official JSON Schema [test suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite). The following table shows specification coverage across drafts 3 to the v1 candidate.
231231

232232
| Spec | 3 | 4 | 6 | 7 | 2019-09 | 2020-12 | v1 |
233233
|:-----|:--|:--|:--|:--|:--|:--|:--|
@@ -280,7 +280,7 @@ TypeBox is tested against the official JSON Schema [test suite](https://github.c
280280

281281
### Performance
282282

283-
TypeBox is tuned for high performance. The following is compilation throughput for various JSON Schema structures using AJV8 as the baseline.
283+
The following is compilation throughput for various JSON Schema structures using AJV8 as the baseline.
284284

285285
```python
286286
┌──────────────────────┬─────────────┬─────────────┐

0 commit comments

Comments
 (0)