Skip to content

Commit

Permalink
Update contracts.md (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsen-95 committed Oct 19, 2023
1 parent 8c6b69d commit 3962087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/docs/tutorial/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Of course, you can create your own [_Contract_](/api/primitives/contract) by han
import { type Contract } from '@farfetched/core';

const numberContract: Contract<
unknown, // it take some unknown data
unknown, // it takes some unknown data
number // and returns number if it is valid
> = {
// it is valid if data is a number
Expand Down

0 comments on commit 3962087

Please sign in to comment.