Merge pull request #12679 from devtooligan/tweak/expand-collide-definition

tweak: expand definition of suggested collision naming convention
This commit is contained in:
Mathias L. Baumann 2022-07-06 15:04:40 +02:00 committed by GitHub
commit 45f5616b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1256,8 +1256,8 @@ Avoiding Naming Collisions
* ``singleTrailingUnderscore_`` * ``singleTrailingUnderscore_``
This convention is suggested when the desired name collides with that of a This convention is suggested when the desired name collides with that of
built-in or otherwise reserved name. an existing state variable, function, built-in or otherwise reserved name.
.. _style_guide_natspec: .. _style_guide_natspec: