Skip to content

Commit 45f5616

Browse files
authored
Merge pull request #12679 from devtooligan/tweak/expand-collide-definition
tweak: expand definition of suggested collision naming convention
2 parents 4c85cb8 + 635ca40 commit 45f5616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/style-guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,8 +1256,8 @@ Avoiding Naming Collisions
12561256

12571257
* ``singleTrailingUnderscore_``
12581258

1259-
This convention is suggested when the desired name collides with that of a
1260-
built-in or otherwise reserved name.
1259+
This convention is suggested when the desired name collides with that of
1260+
an existing state variable, function, built-in or otherwise reserved name.
12611261

12621262
.. _style_guide_natspec:
12631263

0 commit comments

Comments
 (0)