Skip to content

Commit

Permalink
Fix typo: 'subsample' -> 'subSample'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Aug 16, 2021
1 parent c85393c commit 427ee3f
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 @@ -429,7 +429,7 @@ \section{Clock Constructors}\label{clock-constructors}
\end{example}

\begin{nonnormative}
The implicitly given interval and time shift can be modified by using the \lstinline!subsample!, \lstinline!superSample!, \lstinline!shiftSample! and \lstinline!backSample! operators on the returned clock, see \cref{sub-clock-conversion-operators}, provided the base interval is not smaller than the implicitly given interval.
The implicitly given interval and time shift can be modified by using the \lstinline!subSample!, \lstinline!superSample!, \lstinline!shiftSample! and \lstinline!backSample! operators on the returned clock, see \cref{sub-clock-conversion-operators}, provided the base interval is not smaller than the implicitly given interval.
\end{nonnormative}
\end{semantics}
\end{operatordefinition*}
Expand Down

0 comments on commit 427ee3f

Please sign in to comment.