Skip to content

Commit

Permalink
Update Blockchain.v
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 authored Aug 15, 2023
1 parent 95c1b7c commit b38d884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution/theories/Blockchain.v
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The most important types are:
interact with the blockchain. We allow transfers, calls and deployment
of contracts.
- The [WeakContract] type describes a "weak" or "strongly" typed
- The [WeakContract] type describes a "weak" or "stringly" typed
version of smart contracts. Contracts are just two functions init and
receive to respectively initialize the state on deployment and update
the state when receiving messages. The weak version of contracts means that
Expand Down

0 comments on commit b38d884

Please sign in to comment.