Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 8, 2024
1 parent 843f41c commit c09eecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ The `ContractInterface` trait is a low-level "Layer 0" API that provides direct
access to the contract's state and parameters. This API is useful for contracts
that require fine-grained control over their state, but can be cumbersome.

We will provide higher-level APIs on top of Layer 0 that will sacrifice
Soon we will provide higher-level APIs on top of Layer 0 that will sacrifice
some flexibility for ease of contract implementation.

0 comments on commit c09eecb

Please sign in to comment.