Skip to content

Commit eb644b1

Browse files
committed
fixed grammar typo in readme.md
1 parent 409f3b4 commit eb644b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For a good overview and starting point, please check out the official [Solidity
2727

2828
Solidity is a statically-typed curly-braces programming language designed for developing smart contracts
2929
that run on the Ethereum Virtual Machine. Smart contracts are programs that are executed inside a peer-to-peer
30-
network where nobody has special authority over the execution, and thus they allow to implement tokens of value,
30+
network where nobody has special authority over the execution, and thus they allow anyone to implement tokens of value,
3131
ownership, voting, and other kinds of logic.
3232

3333
When deploying contracts, you should use the latest released version of

0 commit comments

Comments
 (0)