Fix typo.
This commit is contained in:
parent
4cbb07b2a1
commit
fe792444b7
|
@ -566,7 +566,7 @@ Naming Conventions
|
|||
Constants
|
||||
|
||||
Constants are usually declared on a module level and written in all
|
||||
capital letter with underscores separating words. Examples include
|
||||
capital letters with underscores separating words. Examples include
|
||||
MAX_OVERFLOW and TOTAL.
|
||||
|
||||
Designing for inheritance
|
||||
|
|
Loading…
Reference in New Issue