Skip to content

Commit

Permalink
fix schema readme (#3451)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Aug 13, 2024
1 parent 0e42a8f commit a9345f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3708,7 +3708,7 @@ export const encodedSchema = <A, I, R>(schema: Schema<A, I, R>): Schema<I>
**Example Usage:**
Attenzione che `encodedSchema` non preserva i refinements:
Be aware that `encodedSchema` does not preserve refinements:
```ts
import { Schema } from "@effect/schema"
Expand Down

0 comments on commit a9345f1

Please sign in to comment.