Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Fix README.md typo (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
steida authored Mar 16, 2023
1 parent 85679d7 commit 5226a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ import * as S from "@effect/schema/Schema";
import { pipe } from "@effect/data/Function";

// Age is a schema that can decode a string to a number and encode a number to a string
const Age = S.numerFromString(S.string);
const Age = S.numberFromString(S.string);

const Person = S.struct({
name: S.string,
Expand Down

0 comments on commit 5226a6d

Please sign in to comment.