Skip to content

Commit

Permalink
Change 'same type of' -> 'same type as'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 25, 2020
1 parent cd0659b commit 0a31911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/synchronous.tex
Expand Up @@ -596,7 +596,7 @@ \subsection{Base-clock conversion operators}\label{base-clock-conversion-operato
\end{lstlisting}\end{synopsis}
\begin{semantics}
Input argument $u$ is a clocked component expression (\cref{def:component-expression}) or a parameter expression.
The operator returns a piecewise constant signal of the same type of $u$.
The operator returns a piecewise constant signal of the same type as $u$.
When the clock of $u$ ticks, the operator returns $u$ and otherwise returns the value of $u$ from the last clock activation.
Before the first clock activation of $u$, the operator returns the start value of $u$, see \cref{initialization-of-clocked-partitions}.
\begin{nonnormative}
Expand Down

0 comments on commit 0a31911

Please sign in to comment.