We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e525bd commit 2776299Copy full SHA for 2776299
README.md
@@ -24,7 +24,7 @@ const result = yield* compiler.compile(MySchema.ast, initialContext)
24
## Rationale
25
26
Working with effect/Schema AST is non-trivial to say the least.
27
-I've put together this library after spending some time on writing code compiling schemas to Confluence docs, other language types etc.
+I've put this library together after spending some time on writing code compiling schemas to Confluence docs, other language types etc.
28
It doesn't automagically weave the need to understand AST, yet provides some nice-to-haves when working with it.
29
30
## Usage example with tests
0 commit comments