From efb1cff3797805ac12907ad9382bd25468cc58b5 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Sun, 6 Sep 2020 23:16:24 +0200 Subject: [PATCH] Remove extra period at end of sentence --- chapters/equations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/equations.tex b/chapters/equations.tex index bde25064a..12e5bba60 100644 --- a/chapters/equations.tex +++ b/chapters/equations.tex @@ -561,7 +561,7 @@ \section{Synchronous Data-flow Principle and Single Assignment Rule}\label{synch Variable values can be accessed at any time instant during continuous integration and at event instants. \item At every time instant, during continuous integration and at event instants, -the equations express relations between variables which have to be fulfilled concurrently.. +the equations express relations between variables which have to be fulfilled concurrently. \item Computation and communication at an event instant does not take time. \begin{nonnormative}