From 602bfaaee983a1cd6bb222ab093607e08bd2689f Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Mon, 29 Nov 2021 14:55:36 +0100 Subject: [PATCH] Put commas around 'depending on context' As suggested by Elena. Co-authored-by: Elena Shmoylova --- chapters/operatorsandexpressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/operatorsandexpressions.tex b/chapters/operatorsandexpressions.tex index 4246b54fe..c1a0b0c20 100644 --- a/chapters/operatorsandexpressions.tex +++ b/chapters/operatorsandexpressions.tex @@ -1538,4 +1538,4 @@ \subsection{Continuous-Time and Non-Discrete-Time Expressions}\label{continuous- All expressions are continuous-time expressions\index{continuous-time!expression}\index{expression variability!continuous-time} including constant, parameter and discrete-time expressions. The term \firstuse{non-discrete-time expression}\index{non-discrete-time expression}\index{expression variability!non-discrete-time} refers to expressions that are neither constant, parameter nor discrete-time expressions. For example, \lstinline!time! is a continuous-time built-in variable (see \cref{component-variability-prefixes-discrete-parameter-constant}) and \lstinline!time + 1! is a non-discrete-time expression. -Note that plain \lstinline!time! may depending on context refer to the continuous-time variable or the non-discrete-time expression. +Note that plain \lstinline!time! may, depending on context, refer to the continuous-time variable or the non-discrete-time expression.