mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
e09b0ae15f
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 ) |
||
---|---|---|
.. | ||
blind-auction.rst | ||
micropayment.rst | ||
modular.rst | ||
safe-remote.rst | ||
voting.rst |