Skip to content

Commit

Permalink
Merge pull request #2684 from HansOlsson/SpellFix
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
HansOlsson committed Oct 12, 2020
2 parents 62029ca + 41cf578 commit 956c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/synchronous.tex
Expand Up @@ -643,7 +643,7 @@ \subsection{Sub-clock conversion operators}\label{sub-clock-conversion-operators
\item
The input argument $u$ is a clocked expression or an expression of type \lstinline!Clock!. (The operators can operate on all types of clocks.) If $u$ is a clocked expression, the operator returns a clocked variable that has the same type as the expression. If $u$ is an expression of type \lstinline!Clock!, the operator returns a \lstinline!Clock! -- except for \lstinline!noClock! where it is an error.
\item
The optional input arguments \lstinline!factor! (defauls to 0, with \lstinline!min = 0!), and \lstinline!resolution! (defaults to 1, with \lstinline!min = 1!) are parameter expressions of type \lstinline!Integer!.
The optional input arguments \lstinline!factor! (defaults to 0, with \lstinline!min = 0!), and \lstinline!resolution! (defaults to 1, with \lstinline!min = 1!) are parameter expressions of type \lstinline!Integer!.
\item
Calls of the operators can use named arguments for the multi-letter arguments (i.e.\ not for $u$) with the given names, or positional arguments.
\begin{nonnormative}
Expand Down

0 comments on commit 956c386

Please sign in to comment.