Skip to content

Commit

Permalink
Say 'clock variable', not '\lstinline!Clock! variable'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 22, 2020
1 parent 9975c70 commit 31653d6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions chapters/synchronous.tex
Original file line number Diff line number Diff line change
Expand Up @@ -511,11 +511,8 @@ \section{Clock Constructors}\label{clock-constructors}
\lstinline!!
\end{example}
\item
Clock variables can be declared in models, blocks, connectors, and
records. A \lstinline!Clock! variable can be declared with the prefixes
\lstinline!input!, \lstinline!output!, \lstinline!inner!, \lstinline!outer!, but
\emph{not} with the prefixes \lstinline!flow!, \lstinline!stream!,
\lstinline!discrete!, \lstinline!parameter!, or \lstinline!constant!.
Clock variables can be declared in models, blocks, connectors, and records.
A clock variable can be declared with the prefixes \lstinline!input!, \lstinline!output!, \lstinline!inner!, \lstinline!outer!, but \emph{not} with the prefixes \lstinline!flow!, \lstinline!stream!, \lstinline!discrete!, \lstinline!parameter!, or \lstinline!constant!.
\begin{example}
\lstinline!connector ClockInput = input Clock;!
\end{example}
Expand Down

0 comments on commit 31653d6

Please sign in to comment.