Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-alford committed Aug 16, 2023
1 parent 6b2b856 commit 54b976b
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 @@ -201,7 +201,7 @@ const personTranscoderPar: TranscoderPar<PersonInput, Person> =

## Type Guards

Type guards are used by TypeScript to narrow the type of a value to something concrete. Guards can be derived from schemas using `deriveTypeGuard`:
Type guards are used by TypeScript to narrow the type of a value to something concrete. Guards can be derived from schemas using `deriveGuard`:

```ts
import { deriveGuard, type Guard } from 'schemata-ts/Guard'
Expand Down

0 comments on commit 54b976b

Please sign in to comment.