mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed grammar typo in readme.md
This commit is contained in:
parent
409f3b44aa
commit
eb644b1d8e
@ -27,7 +27,7 @@ For a good overview and starting point, please check out the official [Solidity
|
|||||||
|
|
||||||
Solidity is a statically-typed curly-braces programming language designed for developing smart contracts
|
Solidity is a statically-typed curly-braces programming language designed for developing smart contracts
|
||||||
that run on the Ethereum Virtual Machine. Smart contracts are programs that are executed inside a peer-to-peer
|
that run on the Ethereum Virtual Machine. Smart contracts are programs that are executed inside a peer-to-peer
|
||||||
network where nobody has special authority over the execution, and thus they allow to implement tokens of value,
|
network where nobody has special authority over the execution, and thus they allow anyone to implement tokens of value,
|
||||||
ownership, voting, and other kinds of logic.
|
ownership, voting, and other kinds of logic.
|
||||||
|
|
||||||
When deploying contracts, you should use the latest released version of
|
When deploying contracts, you should use the latest released version of
|
||||||
|
Loading…
Reference in New Issue
Block a user