Skip to content

Commit

Permalink
fix: solving typo on smart contract strategy docs (#2143)
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn Tabrizi <[email protected]>
  • Loading branch information
nhussein11 and shawntabrizi authored Aug 29, 2024
1 parent ec898ee commit e9762ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/md/en/docs/build/smart-contracts-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Calling a smart contract function can result in:

- Changing the storage associated wih the smart contract account.
- Changing the storage associated wih a non-contract account.
- instantiating a new smart contract.
- Instantiating a new smart contract.
- Calling another smart contract account.

If a smart contract account is depleted, its associated code and storage is also be deleted.
Expand Down

0 comments on commit e9762ba

Please sign in to comment.