Skip to content

Commit f0d1dda

Browse files
author
Leo
authored
Merge pull request #13447 from MeetRajput00/develop
fixed grammar typo in readme.md
2 parents e49c2ef + eb644b1 commit f0d1dda

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)