Skip to content

Commit

Permalink
Use \emph when introducing notation (that doesn't seem to deserve \fi…
Browse files Browse the repository at this point in the history
…rstuse)
  • Loading branch information
henrikt-ma committed Oct 11, 2020
1 parent c7a8e2c commit 3e4a00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/synchronous.tex
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ \subsection{Argument Restrictions (Component Expression)}\label{argument-restric
\end{nonnormative}
\end{definition}

In the following sections, when defining an operator with function calling syntax, there are some common restrictions being used for the input arguments (operands). For example, an input argument to the operator may be required to be a component expression (\cref{def:component-expression}) or parameter expression (\cref{variability-of-expressions}). To emphasize that there are no such restrictions, an input argument may be said to be just an expression.
In the following sections, when defining an operator with function calling syntax, there are some common restrictions being used for the input arguments (operands). For example, an input argument to the operator may be required to be a component expression (\cref{def:component-expression}) or parameter expression (\cref{variability-of-expressions}). To emphasize that there are no such restrictions, an input argument may be said to be just an \emph{expression}.

\begin{nonnormative}
The reason for restricting an input argument to be a component expression is that the start value of the input argument is returned before the first tick of the clock of the input argument and this
Expand Down

0 comments on commit 3e4a00a

Please sign in to comment.