Skip to content

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Dec 27, 2023
1 parent e40a522 commit b26b6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chisel-book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1090,8 +1090,8 @@ \section{Registers}
\noindent To distinguish between signals representing combinational logic and registers,
a common practice is to postfix register names with \code{Reg}.
Another common practice, coming from Java and Scala, is to use
\myref{https://en.wikipedia.org/wiki/Camel_case}{camelCase} for
identifier consisting of several words. The convention is to start
\myref{https://en.wikipedia.org/wiki/Camel_case}{CamelCase} for
identifiers consisting of several words. The convention is to start
functions and variables with a lower case letter and classes (types),
e.g., a \code{Module} name, with an upper case letter.

Expand Down

0 comments on commit b26b6f6

Please sign in to comment.