From 0a3191195759aa3d8dc699e6c0d1cb4001daf3ac Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Wed, 25 Nov 2020 13:46:57 +0100 Subject: [PATCH] Change 'same type of' -> 'same type as' --- chapters/synchronous.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/synchronous.tex b/chapters/synchronous.tex index 7fd6df5b9..3b8f85092 100644 --- a/chapters/synchronous.tex +++ b/chapters/synchronous.tex @@ -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}