mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12679 from devtooligan/tweak/expand-collide-definition
tweak: expand definition of suggested collision naming convention
This commit is contained in:
commit
45f5616b12
@ -1256,8 +1256,8 @@ Avoiding Naming Collisions
|
||||
|
||||
* ``singleTrailingUnderscore_``
|
||||
|
||||
This convention is suggested when the desired name collides with that of a
|
||||
built-in or otherwise reserved name.
|
||||
This convention is suggested when the desired name collides with that of
|
||||
an existing state variable, function, built-in or otherwise reserved name.
|
||||
|
||||
.. _style_guide_natspec:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user