abbreviation -> acronym (#517)
This commit is contained in:
parent
a6d6147f53
commit
07b66af4f3
|
@ -794,8 +794,8 @@ The following naming styles are commonly distinguished:
|
||||||
of the bumpy look of its letters [4]_). This is also sometimes known
|
of the bumpy look of its letters [4]_). This is also sometimes known
|
||||||
as StudlyCaps.
|
as StudlyCaps.
|
||||||
|
|
||||||
Note: When using abbreviations in CapWords, capitalize all the
|
Note: When using acronyms in CapWords, capitalize all the
|
||||||
letters of the abbreviation. Thus HTTPServerError is better than
|
letters of the acronym. Thus HTTPServerError is better than
|
||||||
HttpServerError.
|
HttpServerError.
|
||||||
- ``mixedCase`` (differs from CapitalizedWords by initial lowercase
|
- ``mixedCase`` (differs from CapitalizedWords by initial lowercase
|
||||||
character!)
|
character!)
|
||||||
|
|
Loading…
Reference in New Issue