Skip to content

Commit

Permalink
Doc: note convention for upper-case Module names
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mbauman committed Sep 17, 2015
1 parent 5bebf41 commit 9eed760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ adopt the following conventions:
- Names of variables are in lower case.
- Word separation can be indicated by underscores (``'_'``), but use of
underscores is discouraged unless the name would be hard to read otherwise.
- Names of ``Type``\ s begin with a capital letter and word separation is
- Names of ``Type``\ s and ``Modules``\ s begin with a capital letter and word separation is

This comment has been minimized.

Copy link
@mbauman

mbauman Sep 17, 2015

Author Member

Ugh, can't make a two-word change without a typo. Pbbt. Fixed.

shown with upper camel case instead of underscores.
- Names of ``function``\ s and ``macro``\s are in lower case, without
underscores.
Expand Down

0 comments on commit 9eed760

Please sign in to comment.