Skip to content

Commit 2776299

Browse files
committed
doc: rephrase
1 parent 1e525bd commit 2776299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const result = yield* compiler.compile(MySchema.ast, initialContext)
2424
## Rationale
2525

2626
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.
27+
I've put this library together after spending some time on writing code compiling schemas to Confluence docs, other language types etc.
2828
It doesn't automagically weave the need to understand AST, yet provides some nice-to-haves when working with it.
2929

3030
## Usage example with tests

0 commit comments

Comments
 (0)