solidity/docs/examples
Ahmed Ali e09b0ae15f Updated some examples following the naming convention
According to Solidity naming convention:
https://docs.soliditylang.org/en/latest/style-guide.html#naming-conventions There is no need to use
underscore except when there is a naming collision. In which case, a trailing underscore is used to
avoid the collision. So in this change, I am removing all underscores, except for the ones that
could shadow other symbols in their context (none of the changed names is a reserved keyword:
https://docs.soliditylang.org/en/latest/cheatsheet.html?highlight=reserved#reserved-keywords )
2021-08-26 11:59:10 +02:00
..
blind-auction.rst Updated some examples following the naming convention 2021-08-26 11:59:10 +02:00
micropayment.rst Updated some examples following the naming convention 2021-08-26 11:59:10 +02:00
modular.rst updated public to external for the functions 2021-08-12 16:24:40 +02:00
safe-remote.rst Updated some examples following the naming convention 2021-08-26 11:59:10 +02:00
voting.rst updated public to external for the functions 2021-08-12 16:24:40 +02:00