Skip to content

Commit dbd0ccc

Browse files
committed
Documentation
1 parent 45a47d7 commit dbd0ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

design/website/docs/compile/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ High Performance Runtime Validation
44

55
## Overview
66

7-
The Compile submodule is a high-performance Json Schema compliant JIT compiler that compiles schematics into efficient runtime validators. The compiler is optimized for fast compilation and validation and is known to be one of the fastest validation solutions available for JavaScript.
7+
The Compile submodule is a high-performance, JSON Schema compliant JIT compiler that transforms schematics into efficient runtime validators. It is optimized for fast, dynamic schema compilation and delivers extremely high data-validation throughput.
88

99
```typescript
1010
import { Compile } from 'typebox/compile'

docs/docs/compile/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1>Compile</h1>
22
<p>High Performance Runtime Validation</p>
33
<h2>Overview</h2>
4-
<p>The Compile submodule is a high-performance Json Schema compliant JIT compiler that compiles schematics into efficient runtime validators. The compiler is optimized for fast compilation and validation and is known to be one of the fastest validation solutions available for JavaScript.</p>
4+
<p>The Compile submodule is a high-performance, JSON Schema compliant JIT compiler that transforms schematics into efficient runtime validators. It is optimized for fast, dynamic schema compilation and delivers extremely high data-validation throughput.</p>
55
<pre><code class="language-typescript">import { Compile } from &#39;typebox/compile&#39;
66
</code></pre>
77
<h3>Example</h3>

0 commit comments

Comments
 (0)